dolphinium commited on
Commit
05e7c06
Β·
verified Β·
1 Parent(s): d73150d

rollback to gemini-2.0-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.5-flash-preview-04-17', generation_config=genai.types.GenerationConfig(temperature=0))
66
  print(f"βœ… LLM Model '{llm_model.model_name}' initialized.")
67
 
68
  # 4. Define available Solr fields for the LLM
 
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
  # 4. Define available Solr fields for the LLM