Commit Graph

8 Commits

Author SHA1 Message Date
073b5e897c feat(app): lint & beautify 2025-04-12 11:58:52 +05:30
7e1dc33a08 Implement provider formatting improvements and fix client-side compatibility
- Add PROVIDER_INFO metadata to each provider file with proper display names
- Create centralized PROVIDER_METADATA in index.ts for consistent reference
- Update settings UI to use provider metadata for display names
- Fix client/server compatibility for Node.js modules in config.ts
2025-04-11 19:18:19 +04:00
3ddcceda0a feat(gemini-provider): update embedding models 2025-04-07 10:26:29 +05:30
b285cb4323 Update Gemini chat models 2025-03-28 17:07:11 +01:00
defc677932 feat(providers): update gemini & anthropic provider 2025-03-25 22:01:24 +05:30
217736d05a feat(app): remove backend 2025-03-19 16:23:27 +05:30
3582695054 feat: add Gemini 2.0 Flash Exp models
# Description
   Added two new Gemini models:
   - gemini-2.0-flash-exp
   - gemini-2.0-flash-thinking-exp-01-21

   # Changes Made
   - Updated src/lib/providers/gemini.ts to include new models
   - Maintained consistent configuration with existing models

   # Testing
   - Tested locally using Docker
   - Verified models appear in UI and are selectable
   - Confirmed functionality with sample queries

   # Additional Notes
   These models expand the available options for users who want to use the latest Gemini capabilities.
2025-02-05 00:47:34 +01:00
177746235a feat(providers): add gemini 2024-11-28 20:47:18 +05:30