SUMING commited on
Commit
e12cc58
·
1 Parent(s): 4897e60

Update app.py

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