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

Update app.py

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