OdinStef commited on
Commit
b6a3ff9
·
1 Parent(s): 32dde91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import openai
2
  import os
3
  import gradio as gr
4
 
5
- openai.api_key = os.getenv("mykey")
6
- print("mykey")
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