"vscode:/vscode.git/clone" did not exist on "7ce157a8b8bfcb37ce56835c507ce869fe6cecde"
Commit e86db743 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: stream default value

parent c5692808
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment