mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #317] [MERGED] upgrade oci models [Fix:#288] #1277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/317
Author: @engchina
Created: 2/27/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @crazywoola
Base:
main← Head:upgrade-oci-models📝 Commits (1)
7dbc1ccupgrade oci models📊 Changes
12 files changed (+293 additions, -9 deletions)
View changed files
📝
models/oci/manifest.yaml(+1 -1)📝
models/oci/models/llm/_position.yaml(+5 -3)➕
models/oci/models/llm/cohere.command-r-08-2024.yaml(+52 -0)📝
models/oci/models/llm/cohere.command-r-16k.yaml(+1 -0)➕
models/oci/models/llm/cohere.command-r-plus-08-2024.yaml(+52 -0)📝
models/oci/models/llm/cohere.command-r-plus.yaml(+1 -0)📝
models/oci/models/llm/llm.py(+26 -4)📝
models/oci/models/llm/meta.llama-3-70b-instruct.yaml(+1 -0)➕
models/oci/models/llm/meta.llama-3.1-405b-instruct.yaml(+51 -0)➕
models/oci/models/llm/meta.llama-3.2-90b-vision-instruct.yaml(+51 -0)➕
models/oci/models/llm/meta.llama-3.3-70b-instruct.yaml(+51 -0)📝
models/oci/provider/oci.py(+1 -1)📄 Description
Upgrade oci models, some are depreated and some are added according to latest oracle oci document About the Chat Models in Generative AI.
Deprecated:
Added:
By the way, I've pull a request to original dify repository before (https://github.com/langgenius/dify/pull/13174), but it was merged here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.