mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1218] [MERGED] # [update]: bugfix when handle missing LLM parameters to avoid default value errors #1466
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-plugins/pull/1218
Author: @dadastory
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/10/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (3)
a1c5390# fix: handle missing LLM parameters to avoid default value errors4a134a7# fix: handle missing LLM parameters to avoid default value errors7332e18# update version📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
📝
dadastory/lightrag/lightrag-0.0.2.difypkg(+0 -0)📄 Description
bugfix: handle missing LLM parameters to avoid default value errors
Previously, when LLM parameters (e.g., temperature, top_p, etc.) were not
explicitly set, the code attempted to use invalid default values, leading
to runtime errors. This commit adds proper default handling and validation
to ensure safe parameter initialization.
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
bugfix
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
This plugin does not collect, store, or share any personal data from users. All user inputs are processed in real-time and not stored on our servers.
Data Collection
This plugin does not collect, store, or share any personal data from users. All user inputs are processed in real-time and not stored on our servers.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.