dolphinium commited on
Commit
64dcc2e
Β·
1 Parent(s): 691efbb

update LLM model to 'gemini-2.5-flash'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ try:
62
  print(f"βœ… Solr connection successful on core '{SOLR_CORE_NAME}'.")
63
 
64
  # 3. Initialize the LLM
65
- llm_model = genai.GenerativeModel('gemini-2.0-flash', generation_config=genai.types.GenerationConfig(temperature=0))
66
  print(f"βœ… LLM Model '{llm_model.model_name}' initialized.")
67
 
68
  print("βœ… System Initialized Successfully.")
 
62
  print(f"βœ… Solr connection successful on core '{SOLR_CORE_NAME}'.")
63
 
64
  # 3. Initialize the LLM
65
+ llm_model = genai.GenerativeModel('gemini-2.5-flash', generation_config=genai.types.GenerationConfig(temperature=0))
66
  print(f"βœ… LLM Model '{llm_model.model_name}' initialized.")
67
 
68
  print("βœ… System Initialized Successfully.")