Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import openai
|
| 2 |
import gradio
|
| 3 |
-
import os
|
| 4 |
|
| 5 |
-
|
|
|
|
| 6 |
|
| 7 |
messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
|
| 8 |
|
|
|
|
| 1 |
import openai
|
| 2 |
import gradio
|
|
|
|
| 3 |
|
| 4 |
+
|
| 5 |
+
openai.api_key = "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"
|
| 6 |
|
| 7 |
messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
|
| 8 |
|