Update proxy_server.py
Browse files- proxy_server.py +1 -1
proxy_server.py
CHANGED
@@ -83,7 +83,7 @@ from typing import Union
|
|
83 |
app = FastAPI(
|
84 |
docs_url="/",
|
85 |
title="LiteLLM API",
|
86 |
-
description="Proxy Server to call 100+ LLMs in the OpenAI format\n\nSsample with openai library:\n\n", sample)
|
87 |
router = APIRouter()
|
88 |
origins = ["*"]
|
89 |
|
|
|
83 |
app = FastAPI(
|
84 |
docs_url="/",
|
85 |
title="LiteLLM API",
|
86 |
+
description=("Proxy Server to call 100+ LLMs in the OpenAI format\n\nSsample with openai library:\n\n", sample)
|
87 |
router = APIRouter()
|
88 |
origins = ["*"]
|
89 |
|