mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
commit
99d10d1189
1 changed files with 3 additions and 1 deletions
|
|
@ -356,7 +356,9 @@ async def generate_chat_completion(
|
|||
):
|
||||
idx = 0
|
||||
payload = {**form_data}
|
||||
payload.pop("metadata")
|
||||
|
||||
if "metadata" in payload:
|
||||
del payload["metadata"]
|
||||
|
||||
model_id = form_data.get("model")
|
||||
model_info = Models.get_model_by_id(model_id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue