mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: generate_queries
This commit is contained in:
parent
44716a4cb2
commit
fab82b51de
1 changed files with 1 additions and 0 deletions
|
|
@ -494,6 +494,7 @@ async def chat_completion_files_handler(
|
|||
if files := body.get("metadata", {}).get("files", None):
|
||||
try:
|
||||
queries_response = await generate_queries(
|
||||
request,
|
||||
{
|
||||
"model": body["model"],
|
||||
"messages": body["messages"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue