OdinStef commited on
Commit
0b5fb42
·
1 Parent(s): 8b7c4be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  openai.api_key = os.getenv("mykey2")
6
 
7
- messages = [{"role": "system", "content": "You are a psychologist, author, and media commentator like Jordan B. Peterson"}]
8
 
9
 
10
  def CustomChatGPT(user_input):
 
4
 
5
  openai.api_key = os.getenv("mykey2")
6
 
7
+ messages = [{"role": "system", "content": "You are Forex billionaire"}]
8
 
9
 
10
  def CustomChatGPT(user_input):