mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: rm print
This commit is contained in:
parent
10747a6b04
commit
6b46b8bf62
1 changed files with 0 additions and 2 deletions
|
|
@ -480,8 +480,6 @@ async def chat_completion_tools_handler(
|
|||
except Exception as e:
|
||||
tool_output = str(e)
|
||||
|
||||
print(tools[tool_function_name]["citation"])
|
||||
|
||||
if isinstance(tool_output, str):
|
||||
if tools[tool_function_name]["citation"]:
|
||||
sources.append(
|
||||
|
|
|
|||
Loading…
Reference in a new issue