Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -4,9 +4,6 @@ from fastapi.middleware.cors import CORSMiddleware
|
|
4 |
from dotenv import load_dotenv
|
5 |
from routers.llm_chat import router as llm_chat_router
|
6 |
|
7 |
-
# Load environment variables from .env file
|
8 |
-
load_dotenv()
|
9 |
-
|
10 |
app = FastAPI(
|
11 |
title="LLM Chat API",
|
12 |
description="A FastAPI application to interact with an external LLM API.",
|
|
|
4 |
from dotenv import load_dotenv
|
5 |
from routers.llm_chat import router as llm_chat_router
|
6 |
|
|
|
|
|
|
|
7 |
app = FastAPI(
|
8 |
title="LLM Chat API",
|
9 |
description="A FastAPI application to interact with an external LLM API.",
|