mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #242] [MERGED] set service_account_info as None when vertex_service_account_key param is not set #1210
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/242
Author: @shohei-ihaya
Created: 2/23/2025
Status: ✅ Merged
Merged: 3/11/2025
Merged by: @crazywoola
Base:
main← Head:fix-vertexai-credentials📝 Commits (2)
57335aeset service_account_info as None when vertex_service_account_key param is not setf4d9213bump up version📊 Changes
3 files changed (+29 additions, -5 deletions)
View changed files
📝
models/vertex_ai/manifest.yaml(+1 -1)📝
models/vertex_ai/models/llm/llm.py(+14 -2)📝
models/vertex_ai/models/text_embedding/text_embedding.py(+14 -2)📄 Description
When I leave blank

Service Account Keyfield to use ADC(Application Default Credential), got error "vertex_service_account_key"To fix this issue, set service_account_info as None when vertex_service_account_key param is not set.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.