HanLee commited on
Commit
9853ae7
·
1 Parent(s): 369ee37

feat: fix model

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