mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
refac: rm print
This commit is contained in:
parent
33099bf9e4
commit
43b791927e
1 changed files with 0 additions and 2 deletions
|
|
@ -2073,8 +2073,6 @@ async def generate_autocompletion(form_data: dict, user=Depends(get_verified_use
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
print(payload)
|
|
||||||
|
|
||||||
# Handle pipeline filters
|
# Handle pipeline filters
|
||||||
try:
|
try:
|
||||||
payload = filter_pipeline(payload, user, models)
|
payload = filter_pipeline(payload, user, models)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue