ka1kuk commited on
Commit
d1edbcf
1 Parent(s): fbbfce6

Update apis/chat_api.py

Browse files
Files changed (1) hide show
  1. apis/chat_api.py +1 -1
apis/chat_api.py CHANGED
@@ -88,7 +88,7 @@ class ChatAPIApp:
88
  description="(int) Max tokens",
89
  )
90
  stream: bool = Field(
91
- default=True,
92
  description="(bool) Stream",
93
  )
94
 
 
88
  description="(int) Max tokens",
89
  )
90
  stream: bool = Field(
91
+ default=False,
92
  description="(bool) Stream",
93
  )
94