davoodwadi commited on
Commit
09d18e6
1 Parent(s): 9eb7af5

Upload app.py

Browse files

gpt-3.5-turbo-16k

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def predict(user_input):
103
  try:
104
  response = client.chat.completions.create(
105
  # model='mistralai/Mixtral-8x7B-Instruct-v0.1',
106
- model='gpt-3.5-turbo', # gpt-3.5-turbo
107
  messages=prompt,
108
  temperature=0
109
  )
 
103
  try:
104
  response = client.chat.completions.create(
105
  # model='mistralai/Mixtral-8x7B-Instruct-v0.1',
106
+ model='gpt-3.5-turbo-16k', # gpt-3.5-turbo
107
  messages=prompt,
108
  temperature=0
109
  )