pazukdev commited on
Commit
64bcc27
·
verified ·
1 Parent(s): 526802b

Fix previous commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def predict(message, history):
86
  switched = False
87
 
88
  if (switch_to.format(model=gpt3_turbo).lower() in message.lower()):
89
- model = gpt3_turbo"
90
  switched = True
91
 
92
  if (switch_to.format(model=gpt4).lower() in message.lower()):
 
86
  switched = False
87
 
88
  if (switch_to.format(model=gpt3_turbo).lower() in message.lower()):
89
+ model = gpt3_turbo
90
  switched = True
91
 
92
  if (switch_to.format(model=gpt4).lower() in message.lower()):