Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
a59fb6b9
"src/lib/vscode:/vscode.git/clone" did not exist on "2fec591b593aa72810352823e2184ee0d1b2d245"
Commit
a59fb6b9
authored
Apr 21, 2024
by
Timothy J. Baek
Browse files
fix
parent
3c382d4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/apps/litellm/main.py
backend/apps/litellm/main.py
+1
-1
No files found.
backend/apps/litellm/main.py
View file @
a59fb6b9
...
...
@@ -154,7 +154,7 @@ async def get_models(user=Depends(get_current_user)):
async
def
proxy
(
path
:
str
,
request
:
Request
,
user
=
Depends
(
get_verified_user
)):
body
=
await
request
.
body
()
url
=
"http://localhost:4000
/v1
"
url
=
"http://localhost:4000"
target_url
=
f
"
{
url
}
/
{
path
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment