mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 00:55:53 +08:00
refac: stream default value
This commit is contained in:
parent
c569280806
commit
e86db74333
@ -709,7 +709,7 @@ class GenerateChatCompletionForm(BaseModel):
|
||||
format: Optional[str] = None
|
||||
options: Optional[dict] = None
|
||||
template: Optional[str] = None
|
||||
stream: Optional[bool] = True
|
||||
stream: Optional[bool] = None
|
||||
keep_alive: Optional[Union[int, str]] = None
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user