feat: update model to 1106
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -15,7 +15,7 @@ async def on_chat_start():
|
|
| 15 |
# to set streaming=True for streaming tokens
|
| 16 |
##########################################################################
|
| 17 |
model = ChatOpenAI(
|
| 18 |
-
model="gpt-
|
| 19 |
streaming=True
|
| 20 |
)
|
| 21 |
|
|
|
|
| 15 |
# to set streaming=True for streaming tokens
|
| 16 |
##########################################################################
|
| 17 |
model = ChatOpenAI(
|
| 18 |
+
model="gpt-3.5-turbo-1106",
|
| 19 |
streaming=True
|
| 20 |
)
|
| 21 |
|