Commit a59fb6b9 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 3c382d4c
...@@ -154,7 +154,7 @@ async def get_models(user=Depends(get_current_user)): ...@@ -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)): async def proxy(path: str, request: Request, user=Depends(get_verified_user)):
body = await request.body() body = await request.body()
url = "http://localhost:4000/v1" url = "http://localhost:4000"
target_url = f"{url}/{path}" target_url = f"{url}/{path}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment