mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 05:15:18 +00:00
fix: moa
This commit is contained in:
parent
43964de675
commit
87ba39df57
1 changed files with 1 additions and 1 deletions
|
|
@ -499,8 +499,8 @@ async def generate_moa_response(
|
||||||
"model": task_model_id,
|
"model": task_model_id,
|
||||||
"messages": [{"role": "user", "content": content}],
|
"messages": [{"role": "user", "content": content}],
|
||||||
"stream": form_data.get("stream", False),
|
"stream": form_data.get("stream", False),
|
||||||
"chat_id": form_data.get("chat_id", None),
|
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
"chat_id": form_data.get("chat_id", None),
|
||||||
"task": str(TASKS.MOA_RESPONSE_GENERATION),
|
"task": str(TASKS.MOA_RESPONSE_GENERATION),
|
||||||
"task_body": form_data,
|
"task_body": form_data,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue