[PR #294] [CLOSED] chore: Add support for mode Groq models #409

Closed
opened 2026-02-15 19:17:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/294
Author: @leehuwuj
Created: 9/16/2024
Status: Closed

Base: mainHead: lee/add-more-groq-models


📝 Commits (4)

  • 350b72a Add support for mode Groq models
  • eae68cd add changeset
  • 2d3a8d3 update groq models --ask-models
  • 3a107e3 upgrade duckduckgo-search package

📊 Changes

6 files changed (+39 additions, -2 deletions)

View changed files

.changeset/giant-trees-cheer.md (+5 -0)
📝 helpers/providers/groq.ts (+12 -1)
📝 helpers/tools.ts (+1 -1)
📝 templates/components/settings/python/settings.py (+7 -0)
📝 templates/types/streaming/express/src/controllers/engine/settings.ts (+7 -0)
📝 templates/types/streaming/nextjs/app/api/chat/engine/settings.ts (+7 -0)

📄 Description

Summary by CodeRabbit

  • New Features
    • Introduced new model mappings for enhanced data processing capabilities, including various versions of the "llama," "gemma," and "llava" models.
    • Expanded options for model selection, allowing for more tailored usage based on specific needs and capabilities.

These updates aim to improve the versatility and functionality of the application for end-users.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/294 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 9/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `lee/add-more-groq-models` --- ### 📝 Commits (4) - [`350b72a`](https://github.com/run-llama/create-llama/commit/350b72a205cf658b376d7b5be146f4047af3a3aa) Add support for mode Groq models - [`eae68cd`](https://github.com/run-llama/create-llama/commit/eae68cdc64701b0ef370f85c2a99f0a41d547344) add changeset - [`2d3a8d3`](https://github.com/run-llama/create-llama/commit/2d3a8d33acb04c9666d8f0008aa5ce4c38629f12) update groq models --ask-models - [`3a107e3`](https://github.com/run-llama/create-llama/commit/3a107e3d0b1073bd222bc6ec237d7d0881a532d3) upgrade duckduckgo-search package ### 📊 Changes **6 files changed** (+39 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/giant-trees-cheer.md` (+5 -0) 📝 `helpers/providers/groq.ts` (+12 -1) 📝 `helpers/tools.ts` (+1 -1) 📝 `templates/components/settings/python/settings.py` (+7 -0) 📝 `templates/types/streaming/express/src/controllers/engine/settings.ts` (+7 -0) 📝 `templates/types/streaming/nextjs/app/api/chat/engine/settings.ts` (+7 -0) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced new model mappings for enhanced data processing capabilities, including various versions of the "llama," "gemma," and "llava" models. - Expanded options for model selection, allowing for more tailored usage based on specific needs and capabilities. These updates aim to improve the versatility and functionality of the application for end-users. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:34 -05:00
yindo closed this issue 2026-02-15 19:17:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#409