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

Update on app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ openai.api_key = open_file('openaiapikey.txt')
25
  menulist = [{"role": "system", "content": "You are ChatGPT Clone AI Robot"}]
26
 
27
  def ChatGPTclone(input):
28
- configure()
29
  menulist.append({"role": "user", "content": input})
30
  response = openai.ChatCompletion.create(
31
  model = "gpt-3.5-turbo-16k-0613",
 
25
  menulist = [{"role": "system", "content": "You are ChatGPT Clone AI Robot"}]
26
 
27
  def ChatGPTclone(input):
 
28
  menulist.append({"role": "user", "content": input})
29
  response = openai.ChatCompletion.create(
30
  model = "gpt-3.5-turbo-16k-0613",