bolt.diy/app/lib/modules/llm
KevIsDev 8c34bcf0ef refactor: remove hardcoded static models and add token formatting
- Remove hardcoded static models from all provider classes to simplify maintenance and improve flexibility. Introduce a new `formatTokens` utility function to standardize token count display across providers. This change ensures consistency and reduces redundancy in model definitions.

- add anthropic-beta header for increased output limit
2025-05-15 11:21:37 +01:00
..
providers refactor: remove hardcoded static models and add token formatting 2025-05-15 11:21:37 +01:00
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: added more dynamic models, sorted and remove duplicate models (#1206) 2025-01-29 02:33:23 +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