ka1kuk commited on
Commit
fc56e40
1 Parent(s): da27d7f

Update apis/chat_api.py

Browse files
Files changed (1) hide show
  1. apis/chat_api.py +1 -1
apis/chat_api.py CHANGED
@@ -69,7 +69,7 @@ class ChatAPIApp:
69
  description="(int) Max tokens",
70
  )
71
  stream: bool = Field(
72
- default=True,
73
  description="(bool) Stream",
74
  )
75
 
 
69
  description="(int) Max tokens",
70
  )
71
  stream: bool = Field(
72
+ default=False,
73
  description="(bool) Stream",
74
  )
75