mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-11 17:48:31 -05:00
Merge pull request #234 from Madhuvod/health-model
updated the model name
This commit is contained in:
@@ -104,7 +104,7 @@ def main():
|
||||
|
||||
if gemini_api_key:
|
||||
try:
|
||||
gemini_model = Gemini(id="gemini-1.5-flash", api_key=gemini_api_key)
|
||||
gemini_model = Gemini(id="gemini-2.5-flash-preview-05-20", api_key=gemini_api_key)
|
||||
except Exception as e:
|
||||
st.error(f"❌ Error initializing Gemini model: {e}")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user