mrprycep069 commited on
Commit
7462f3d
1 Parent(s): c220d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def open_file(filepath):
22
  # %pdb on
23
  openai.api_key = open_file('openaiapikey.txt')
24
 
25
- menulist = [{"role": "system", "content": "You are ChatGPT Clone AI Robot"}]
26
 
27
  def ChatGPTclone(input):
28
  menulist.append({"role": "user", "content": input})
 
22
  # %pdb on
23
  openai.api_key = open_file('openaiapikey.txt')
24
 
25
+ menulist = [{"role": "system", "content": "You are ChatGPT-Clone AI Robot"}]
26
 
27
  def ChatGPTclone(input):
28
  menulist.append({"role": "user", "content": input})