OdinStef commited on
Commit
2aa9797
·
1 Parent(s): b6a3ff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import openai
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"}]
 
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"}]