Update apis/chat_api.py
Browse files- 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=
|
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 |
|