mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1229] [MERGED] feat(oci): support newly added chat and embed models #1780
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/1229
Author: @yushibats
Created: 7/7/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @crazywoola
Base:
main← Head:grok📝 Commits (10+)
3774d9aAdd support for xai.grok-3, llama4 and cohereEmbed4efb94ddMerge branch 'langgenius:main' into grok24c6fd5Fix: load .env to use remote debug config1094bbeFix: Grokファイル修正47ee31aFix main.py2c99016Fix: _handle_generate_stream_response2c10999Fix llm.py vision8df3dfbFix llm.py visionde7b03fFix llm.py vision48bdb76Fix llm.py vision📊 Changes
10 files changed (+197 additions, -4 deletions)
View changed files
📝
models/oci/main.py(+1 -1)📝
models/oci/manifest.yaml(+1 -1)📝
models/oci/models/llm/_position.yaml(+3 -0)📝
models/oci/models/llm/llm.py(+27 -0)➕
models/oci/models/llm/meta.llama-4-maverick-17b-128e-instruct-fp8.yaml(+55 -0)➕
models/oci/models/llm/meta.llama-4-scout-17b-16e-instruct.yaml(+55 -0)➕
models/oci/models/llm/xai.grok-3.yaml(+43 -0)📝
models/oci/models/text_embedding/_position.yaml(+1 -0)➕
models/oci/models/text_embedding/cohere.embed-v4.0.yaml(+9 -0)📝
models/oci/requirements.txt(+2 -2)📄 Description
Related Issues or Context
fix #1228 In langgenius/dify-official-plugins;
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
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.