yilin1344 commited on
Commit
3fd203e
1 Parent(s): 8051346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ async def factory():
35
  temperature=0,
36
  model_name="gpt-3.5-turbo-0613:personal::7sckuHOj",
37
  streaming=True,
38
- context_window=2048
39
  ),
40
  )
41
  service_context = ServiceContext.from_defaults(
 
35
  temperature=0,
36
  model_name="gpt-3.5-turbo-0613:personal::7sckuHOj",
37
  streaming=True,
38
+ context_window=2048,
39
  ),
40
  )
41
  service_context = ServiceContext.from_defaults(