Jaita commited on
Commit
3dc7924
·
verified ·
1 Parent(s): 0d4c85e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,7 +18,7 @@ genai.configure(api_key=GEMINI_API_KEY)
18
 
19
  # Choose the model
20
  MODEL_NAME = "gemini-2.5-flash-lite"
21
- model = genai.GenerativeModel(MODEL_NAME)
22
 
23
  app = FastAPI()
24
 
 
18
 
19
  # Choose the model
20
  MODEL_NAME = "gemini-2.5-flash-lite"
21
+ LLM = genai.GenerativeModel(MODEL_NAME)
22
 
23
  app = FastAPI()
24