Spaces:
Paused
Paused
Update proxy_server.py
Browse files- 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 |
|