bolt.diy/app/lib/modules/llm
Mohammad Saif Khan 68bbbd0a67
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
feat: add deepseek-r1-distill-llama-70b to groq provider (#1187)
This PR introduces a new model, deepseek-r1-distill-llama-70b, to the staticModels array and ensures compatibility with the Groq API. The changes include:

Adding the deepseek-r1-distill-llama-70b model to the staticModels array with its relevant metadata.

Updating the Groq API call to use the new model for chat completions.

These changes enable the application to support the deepseek-r1-distill-llama-70b model, expanding the range of available models for users.
2025-01-27 18:08:46 +05:30
..
providers feat: add deepseek-r1-distill-llama-70b to groq provider (#1187) 2025-01-27 18:08:46 +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