mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
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/1598
Author: @Hay0666
Created: 8/27/2025
Status: ❌ Closed
Base:
main← Head:fix/openai_api_compatible-none-iterable📝 Commits (1)
902c981Fix NoneType iterable bug in text_embedding.py📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
models/openai_api_compatible/models/text_embedding/text_embedding.py(+1 -0)📄 Description
Related Issues or Context
Fixes #1595 – Prevents the PluginInvokeError when
credentialsis None in text_embedding.py.Fixes https://github.com/langgenius/dify-official-plugins/issues/1595 – Prevents the PluginInvokeError when credentials is None in text_embedding.py.
This PR contains Changes to Non-Plugin
Changes Made
credentials = credentials or {}.credentialsnever fails if it's None.Version Control
Environment Verification
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.