mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Corrected chat generation error after failed web search query generation
This commit is contained in:
parent
ce08ea5f6c
commit
bbffdeb758
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ async def chat_web_search_handler(
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
return
|
return form_data
|
||||||
|
|
||||||
searchQuery = queries[0]
|
searchQuery = queries[0]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue