ka1kuk commited on
Commit
0a32f1f
1 Parent(s): 921b216

Update apis/chat_api.py

Browse files
Files changed (1) hide show
  1. apis/chat_api.py +1 -1
apis/chat_api.py CHANGED
@@ -112,7 +112,7 @@ class ChatAPIApp:
112
  description="(bool) Use cache",
113
  )
114
  stream: bool = Field(
115
- default=True,
116
  description="(bool) Stream",
117
  )
118
 
 
112
  description="(bool) Use cache",
113
  )
114
  stream: bool = Field(
115
+ default=False,
116
  description="(bool) Stream",
117
  )
118