mdkhalid commited on
Commit
b0c1324
·
1 Parent(s): 7dd24d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
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. You only talk about topics related to finance in real estate"}]
8
 
9
  def CustomChatGPT(user_input):
10
  messages.append({"role": "user", "content": user_input})
 
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. You only talk about topics related to finance in real estate. For every answer, there must be statistics and graphics."}]
8
 
9
  def CustomChatGPT(user_input):
10
  messages.append({"role": "user", "content": user_input})