mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: pipeline filters
This commit is contained in:
parent
4715160b53
commit
c76330710f
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ class PipelineMiddleware(BaseHTTPMiddleware):
|
|||
if key != "":
|
||||
headers = {"Authorization": f"Bearer {key}"}
|
||||
r = requests.post(
|
||||
f"{url}/{filter['id']}/filter",
|
||||
f"{url}/{filter['id']}/filter/inlet",
|
||||
headers=headers,
|
||||
json={
|
||||
"user": user,
|
||||
|
|
|
|||
Loading…
Reference in a new issue