Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e86db743
"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "ffaa1b17c5551729c0a21c786c4e6b7c55184af6"
Commit
e86db743
authored
Mar 18, 2024
by
Timothy J. Baek
Browse files
refac: stream default value
parent
c5692808
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/apps/ollama/main.py
backend/apps/ollama/main.py
+1
-1
No files found.
backend/apps/ollama/main.py
View file @
e86db743
...
@@ -709,7 +709,7 @@ class GenerateChatCompletionForm(BaseModel):
...
@@ -709,7 +709,7 @@ class GenerateChatCompletionForm(BaseModel):
format
:
Optional
[
str
]
=
None
format
:
Optional
[
str
]
=
None
options
:
Optional
[
dict
]
=
None
options
:
Optional
[
dict
]
=
None
template
:
Optional
[
str
]
=
None
template
:
Optional
[
str
]
=
None
stream
:
Optional
[
bool
]
=
Tru
e
stream
:
Optional
[
bool
]
=
Non
e
keep_alive
:
Optional
[
Union
[
int
,
str
]]
=
None
keep_alive
:
Optional
[
Union
[
int
,
str
]]
=
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment