basit123796 commited on
Commit
5c876c1
·
1 Parent(s): 6e3db95

Update app.py

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