[PR #474] [MERGED] feat: update Cohere models #1390

Closed
opened 2026-02-16 10:22:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/474
Author: @alterxyz
Created: 3/17/2025
Status: Merged
Merged: 3/17/2025
Merged by: @crazywoola

Base: mainHead: feat/cohere-models


📝 Commits (1)

  • 4ef1ec3 feat: update Cohere models

📊 Changes

13 files changed (+417 additions, -4 deletions)

View changed files

📝 models/cohere/manifest.yaml (+1 -1)
models/cohere/models/llm/c4ai-aya-expanse-32b.yaml (+44 -0)
models/cohere/models/llm/c4ai-aya-expanse-8b.yaml (+44 -0)
models/cohere/models/llm/command-a-03-2025.yaml (+46 -0)
📝 models/cohere/models/llm/command-nightly-chat.yaml (+2 -1)
models/cohere/models/llm/command-r-03-2024.yaml (+46 -0)
models/cohere/models/llm/command-r-08-2024.yaml (+46 -0)
models/cohere/models/llm/command-r-plus-04-2024.yaml (+46 -0)
models/cohere/models/llm/command-r-plus-08-2024.yaml (+46 -0)
📝 models/cohere/models/llm/command-r-plus.yaml (+2 -1)
📝 models/cohere/models/llm/command-r.yaml (+2 -1)
models/cohere/models/llm/command-r7b-12-2024.yaml (+46 -0)
models/cohere/models/llm/command-r7b-arabic-02-2025.yaml (+46 -0)

📄 Description

feat: Command A, Command R and R Plus, Aya, r7b
fix: temperature


🔄 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/langgenius/dify-official-plugins/pull/474 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/cohere-models` --- ### 📝 Commits (1) - [`4ef1ec3`](https://github.com/langgenius/dify-official-plugins/commit/4ef1ec31afa2c3b1c1f8bd55e1515e174b1bebac) feat: update Cohere models ### 📊 Changes **13 files changed** (+417 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/cohere/manifest.yaml` (+1 -1) ➕ `models/cohere/models/llm/c4ai-aya-expanse-32b.yaml` (+44 -0) ➕ `models/cohere/models/llm/c4ai-aya-expanse-8b.yaml` (+44 -0) ➕ `models/cohere/models/llm/command-a-03-2025.yaml` (+46 -0) 📝 `models/cohere/models/llm/command-nightly-chat.yaml` (+2 -1) ➕ `models/cohere/models/llm/command-r-03-2024.yaml` (+46 -0) ➕ `models/cohere/models/llm/command-r-08-2024.yaml` (+46 -0) ➕ `models/cohere/models/llm/command-r-plus-04-2024.yaml` (+46 -0) ➕ `models/cohere/models/llm/command-r-plus-08-2024.yaml` (+46 -0) 📝 `models/cohere/models/llm/command-r-plus.yaml` (+2 -1) 📝 `models/cohere/models/llm/command-r.yaml` (+2 -1) ➕ `models/cohere/models/llm/command-r7b-12-2024.yaml` (+46 -0) ➕ `models/cohere/models/llm/command-r7b-arabic-02-2025.yaml` (+46 -0) </details> ### 📄 Description feat: Command A, Command R and R Plus, Aya, r7b fix: temperature --- <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-16 10:22:48 -05:00
yindo closed this issue 2026-02-16 10:22:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1390