Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import openai
|
|
2 |
import os
|
3 |
import gradio as gr
|
4 |
|
5 |
-
openai.api_key = os.getenv("
|
6 |
-
|
7 |
|
8 |
messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
|
9 |
|
|
|
2 |
import os
|
3 |
import gradio as gr
|
4 |
|
5 |
+
openai.api_key = os.getenv("MYKEY")
|
6 |
+
|
7 |
|
8 |
messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
|
9 |
|