pvanand commited on
Commit
2e7977d
·
verified ·
1 Parent(s): f3b81df

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -3
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.",