feat: fix model
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -95,7 +95,7 @@ async def on_chat_start():
|
|
| 95 |
######################################################################
|
| 96 |
|
| 97 |
model = ChatOpenAI(
|
| 98 |
-
model="gpt-3.5-turbo-
|
| 99 |
streaming=True
|
| 100 |
)
|
| 101 |
|
|
|
|
| 95 |
######################################################################
|
| 96 |
|
| 97 |
model = ChatOpenAI(
|
| 98 |
+
model="gpt-3.5-turbo-16k-0613",
|
| 99 |
streaming=True
|
| 100 |
)
|
| 101 |
|