Nadaal commited on
Commit
0f02b58
1 Parent(s): 8ccf6e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def chat(input):
8
  return "Hello, welcome to my chatbot. How can I help you?"
9
  else:
10
  response = openai.Completion.create(
11
- engine="gpt-35-turbo",
12
  prompt=input,
13
  temperature=0.9,
14
  max_tokens=150,
 
8
  return "Hello, welcome to my chatbot. How can I help you?"
9
  else:
10
  response = openai.Completion.create(
11
+ engine="gpt-3.5-turbo",
12
  prompt=input,
13
  temperature=0.9,
14
  max_tokens=150,