Upgrade gemini model to 2.5-flash

This commit is contained in:
scawful
2025-10-03 01:34:11 -04:00
parent ead4abbf33
commit ba12075ca9
14 changed files with 991 additions and 34 deletions

View File

@@ -39,7 +39,7 @@
- ✅ Added `GeminiConfig` struct for flexibility
- ✅ Implemented health check system
- ✅ Enhanced JSON parsing with fallbacks
- ✅ Switched to `gemini-1.5-flash` (faster, cheaper)
- ✅ Switched to `gemini-2.5-flash` (faster, cheaper)
- ✅ Added markdown code block stripping
- ✅ Graceful error handling with actionable messages
- ✅ Service factory integration