Spaces:
Paused
Paused
Update endpoints.py
Browse files- endpoints.py +1 -1
endpoints.py
CHANGED
@@ -8,7 +8,7 @@ import requests
|
|
8 |
|
9 |
key = os.environ.get("huggingface_key")
|
10 |
openai_api_key = os.environ.get("openai_key")
|
11 |
-
app = FastAPI(openapi_url="/api/v1/
|
12 |
|
13 |
app.add_middleware(
|
14 |
CORSMiddleware,
|
|
|
8 |
|
9 |
key = os.environ.get("huggingface_key")
|
10 |
openai_api_key = os.environ.get("openai_key")
|
11 |
+
app = FastAPI(openapi_url="/api/v1/LLM/openapi.json", docs_url="/api/v1/LLM/docs")
|
12 |
|
13 |
app.add_middleware(
|
14 |
CORSMiddleware,
|