mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-11 05:19:09 +02:00
fix: moa
This commit is contained in:
parent
43964de675
commit
87ba39df57
@ -499,8 +499,8 @@ async def generate_moa_response(
|
||||
"model": task_model_id,
|
||||
"messages": [{"role": "user", "content": content}],
|
||||
"stream": form_data.get("stream", False),
|
||||
"chat_id": form_data.get("chat_id", None),
|
||||
"metadata": {
|
||||
"chat_id": form_data.get("chat_id", None),
|
||||
"task": str(TASKS.MOA_RESPONSE_GENERATION),
|
||||
"task_body": form_data,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user