Spaces:
Runtime error
Runtime error
Fix previous commit
Browse files
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()):
|