mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
refac
This commit is contained in:
parent
35bc831077
commit
95b65ff751
1 changed files with 1 additions and 1 deletions
|
|
@ -1176,7 +1176,7 @@ async def embeddings(
|
|||
|
||||
class GenerateCompletionForm(BaseModel):
|
||||
model: str
|
||||
prompt: str
|
||||
prompt: Optional[str] = None
|
||||
suffix: Optional[str] = None
|
||||
images: Optional[list[str]] = None
|
||||
format: Optional[Union[dict, str]] = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue