bolt.diy/app/lib
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
..
.server/llm feat: enhance context handling by adding code context selection and implementing summary generation (#1091) #release 2025-01-22 22:48:13 +05:30
api feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
common fix: updated system prompt to have correct indentations (#1139) 2025-01-22 01:59:07 +05:30
hooks fix: improve push to github option (#1111) 2025-01-27 17:58:25 +05:30
modules/llm feat: add deepseek-r1-distill-llama-70b to groq provider (#1187) 2025-01-27 18:08:46 +05:30
persistence fix: improve push to github option (#1111) 2025-01-27 17:58:25 +05:30
runtime fix: git import issue when importing bolt on bolt (#1020) 2025-01-27 18:05:55 +05:30
stores fix: improve push to github option (#1111) 2025-01-27 17:58:25 +05:30
webcontainer fix: cors issues from preview fixed by changing embedder policies (#1056) 2025-01-12 21:58:06 +05:30
crypto.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00
fetch.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00