mrprycep069 commited on
Commit
598448d
1 Parent(s): e528212

Update App.pu

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