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