HanLee commited on
Commit
ef30f1b
·
1 Parent(s): 4a49d79

feat: update model to 1106

Browse files
Files changed (1) hide show
  1. 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-16k-0613',
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
  )