Spaces:
Running
Running
jonathanjordan21
commited on
Commit
•
9a9e4a4
1
Parent(s):
a4e2086
Update apis/chat_api.py
Browse files- 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=
|
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(
|