HanLee commited on
Commit
2acbc36
·
1 Parent(s): 6c98e1c

feat: fix model

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -95,7 +95,7 @@ async def on_chat_start():
95
  ######################################################################
96
 
97
  model = ChatOpenAI(
98
- model="gpt-3.5-turbo-1106",
99
  streaming=True
100
  )
101
 
 
95
  ######################################################################
96
 
97
  model = ChatOpenAI(
98
+ model="gpt-3.5-turbo-16k-0613",
99
  streaming=True
100
  )
101