mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
update the GenerateChatCompletionForm stream to be defaulted to true.
This defaults the /api/chat/ endpoint to default to streaming being true
This commit is contained in:
parent
d905bda000
commit
b4acf689e3
@ -739,7 +739,7 @@ class GenerateChatCompletionForm(BaseModel):
|
||||
format: Optional[str] = None
|
||||
options: Optional[dict] = None
|
||||
template: Optional[str] = None
|
||||
stream: Optional[bool] = None
|
||||
stream: Optional[bool] = True
|
||||
keep_alive: Optional[Union[int, str]] = None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user