bolt.diy/app/lib/modules/llm
Mohammad Saif Khan 39a0724ef3
feat: add Gemini 2.0 Flash-thinking-exp-01-21 model with 65k token support (#1202)
Added the new gemini-2.0-flash-thinking-exp-01-21 model to the GoogleProvider's static model configuration. This model supports a significantly increased maxTokenAllowed limit of 65,536 tokens, enabling it to handle larger context windows compared to existing Gemini models (previously capped at 8k tokens). The model is labeled as "Gemini 2.0 Flash-thinking-exp-01-21" for clear identification in the UI/dropdowns.
2025-01-28 23:30:50 +05:30
..
providers feat: add Gemini 2.0 Flash-thinking-exp-01-21 model with 65k token support (#1202) 2025-01-28 23:30:50 +05:30
base-provider.ts feat: enhance context handling by adding code context selection and implementing summary generation (#1091) #release 2025-01-22 22:48:13 +05:30
manager.ts feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
registry.ts feat: added Github provider (#1109) 2025-01-17 13:22:51 +05:30
types.ts fix: add defaults for LMStudio to work out of the box (#928) 2024-12-30 17:50:13 +05:30