Spaces:
Sleeping
Sleeping
feat: fix model
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -109,7 +109,7 @@ async def start():
|
|
| 109 |
raise SystemError
|
| 110 |
|
| 111 |
llm = ChatOpenAI(
|
| 112 |
-
model='gpt-3.5-turbo-
|
| 113 |
temperature=0,
|
| 114 |
streaming=True
|
| 115 |
)
|
|
|
|
| 109 |
raise SystemError
|
| 110 |
|
| 111 |
llm = ChatOpenAI(
|
| 112 |
+
model='gpt-3.5-turbo-16k-0613',
|
| 113 |
temperature=0,
|
| 114 |
streaming=True
|
| 115 |
)
|