mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #726] [CLOSED] fix: vertex ai, add claude 3.7 sonnet, update dependencies #1517
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/726
Author: @fdb02983rhy
Created: 4/15/2025
Status: ❌ Closed
Base:
main← Head:fix-replace-outdated-vertex-ai-library-to-google-cloud-aiplaform📝 Commits (2)
b2fbb31fix: update dependencies and refactor LLM integration64b918bMerge branch 'main' of https://github.com/fdb02983rhy/dify-official-plugins📊 Changes
4 files changed (+168 additions, -30 deletions)
View changed files
📝
models/vertex_ai/manifest.yaml(+1 -1)➕
models/vertex_ai/models/llm/anthropic.claude-3.7-sonnet.yaml(+78 -0)📝
models/vertex_ai/models/llm/llm.py(+87 -27)📝
models/vertex_ai/requirements.txt(+2 -2)📄 Description
Related Issues or Context
dify_pluginversion constraint in requirements.txt.vertexaiimport withgoogle.cloud.aiplatform_v1for improved compatibility.VertexAiLargeLanguageModelto align with the new import structure and updated response types.This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Add 3.7 sonnet as above.
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)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.