Spaces:
Sleeping
Sleeping
feat: update model to 1106
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -135,7 +135,7 @@ async def start():
|
|
135 |
raise SystemError
|
136 |
|
137 |
llm = ChatOpenAI(
|
138 |
-
model='gpt-3.5-turbo-
|
139 |
temperature=0,
|
140 |
streaming=True
|
141 |
)
|
|
|
135 |
raise SystemError
|
136 |
|
137 |
llm = ChatOpenAI(
|
138 |
+
model='gpt-3.5-turbo-1106',
|
139 |
temperature=0,
|
140 |
streaming=True
|
141 |
)
|