mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1499] [MERGED] update oci plugin #1926
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/1499
Author: @jin38324
Created: 8/13/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (2)
93480e4update oci plugind873783FIX author: langgenius📊 Changes
44 files changed (+1276 additions, -561 deletions)
View changed files
📝
models/oci/.env.example(+1 -2)➕
models/oci/PRIVACY.md(+5 -0)📝
models/oci/README.md(+6 -2)➕
models/oci/_assets/icon_l_en.png(+0 -0)➖
models/oci/_assets/icon_l_en.svg(+0 -1)➕
models/oci/_assets/icon_s_en.png(+0 -0)➖
models/oci/_assets/icon_s_en.svg(+0 -1)📝
models/oci/_assets/oci_config.PNG(+0 -0)📝
models/oci/main.py(+1 -1)📝
models/oci/manifest.yaml(+11 -8)📝
models/oci/models/llm/_position.yaml(+12 -8)➕
models/oci/models/llm/call_api.py(+92 -0)📝
models/oci/models/llm/llm.py(+476 -324)➕
models/oci/models/llm/llm.yaml(+33 -0)➕
models/oci/models/llm/models/cohere/cohere.command-a-03-2025.yaml(+52 -0)📝
models/oci/models/llm/models/cohere/cohere.command-r-08-2024.yaml(+2 -1)📝
models/oci/models/llm/models/cohere/cohere.command-r-plus-08-2024.yaml(+2 -1)📝
models/oci/models/llm/models/deprecated/cohere.command-r-16k.yaml(+0 -0)📝
models/oci/models/llm/models/deprecated/cohere.command-r-plus.yaml(+0 -0)📝
models/oci/models/llm/models/deprecated/meta.llama-3-70b-instruct.yaml(+0 -0)...and 24 more files
📄 Description
This PR contains Changes to LLM Models Plugin
LLM Models Test Example:

My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.)
My Changes Affect Structured Output Format (JSON, XML, etc.)
My Changes Affect Token Consumption Metrics
My Changes Affect Other LLM Functionalities (Reasoning Process, Grounding, Prompt Caching, etc.)
Other Changes (Add New Models, Fix Model Parameters etc.)
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.