Spaces:
Sleeping
Sleeping
Commit
·
cf8da98
1
Parent(s):
3620f53
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import openai
|
2 |
import gradio
|
3 |
|
4 |
-
openai.api_key = "
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
|
7 |
|
|
|
1 |
import openai
|
2 |
import gradio
|
3 |
|
4 |
+
openai.api_key = os.environ["OPENAI_API_KEY"]
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
|
7 |
|