jonathanjordan21 commited on
Commit
9a9e4a4
1 Parent(s): a4e2086

Update apis/chat_api.py

Browse files
Files changed (1) hide show
  1. apis/chat_api.py +1 -1
apis/chat_api.py CHANGED
@@ -152,7 +152,7 @@ class ChatAPIApp:
152
  description="(str) Prompt",
153
  )
154
  stream: bool = Field(
155
- default=True,
156
  description="(bool) Stream",
157
  )
158
  options: dict = Field(
 
152
  description="(str) Prompt",
153
  )
154
  stream: bool = Field(
155
+ default=False,
156
  description="(bool) Stream",
157
  )
158
  options: dict = Field(