HanLee commited on
Commit
55f8797
·
1 Parent(s): 942bc2a

feat: update model to 1106

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -15,7 +15,7 @@ async def on_chat_start():
15
  # to set streaming=True for streaming tokens
16
  ##########################################################################
17
  model = ChatOpenAI(
18
- model="gpt-4-1106-preview",
19
  streaming=True
20
  )
21
 
 
15
  # to set streaming=True for streaming tokens
16
  ##########################################################################
17
  model = ChatOpenAI(
18
+ model="gpt-3.5-turbo-1106",
19
  streaming=True
20
  )
21