ka1kuk commited on
Commit
e05a5f4
1 Parent(s): affe093

Update proxy_server.py

Browse files
Files changed (1) hide show
  1. proxy_server.py +2 -1
proxy_server.py CHANGED
@@ -85,7 +85,8 @@ from typing import Union
85
  app = FastAPI(
86
  docs_url="/",
87
  title="LiteLLM API",
88
- description= description
 
89
  router = APIRouter()
90
  origins = ["*"]
91
 
 
85
  app = FastAPI(
86
  docs_url="/",
87
  title="LiteLLM API",
88
+ description= description,
89
+ )
90
  router = APIRouter()
91
  origins = ["*"]
92