ZBro7 commited on
Commit
2b1d596
·
verified ·
1 Parent(s): 7976e22

Update llm_clients.py

Browse files
Files changed (1) hide show
  1. llm_clients.py +1 -1
llm_clients.py CHANGED
@@ -10,7 +10,7 @@ import google.generativeai as genai
10
  groq_client = Groq(api_key=os.getenv("GROQ_API_KEY"))
11
 
12
  genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
13
- gemini_model = genai.GenerativeModel("gemini-1.5-flash")
14
 
15
 
16
  # ==========================
 
10
  groq_client = Groq(api_key=os.getenv("GROQ_API_KEY"))
11
 
12
  genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
13
+ gemini_model = genai.GenerativeModel("gemini-2.5-flash")
14
 
15
 
16
  # ==========================