mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: add suffix field to ollama generate form
This commit is contained in:
parent
1c0327ed7f
commit
d587206929
1 changed files with 1 additions and 0 deletions
|
|
@ -837,6 +837,7 @@ async def generate_ollama_batch_embeddings(
|
|||
class GenerateCompletionForm(BaseModel):
|
||||
model: str
|
||||
prompt: str
|
||||
suffix: Optional[str] = None
|
||||
images: Optional[list[str]] = None
|
||||
format: Optional[str] = None
|
||||
options: Optional[dict] = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue