mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
OpenAI Tools plugin is not using base URL value entered for authentication #769
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?
Originally created by @kamonabe3 on GitHub (Nov 2, 2025).
Self Checks
Dify version
1.9.2
Plugin version
0.1.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The openai_base_url and openai_organization_id parameters are not being used for authentication in the OpenAI Tools plugin.
https://github.com/langgenius/dify-official-plugins/blob/5893e9833566eca6dc3e782bd39a5557833cc487/tools/openai/provider/openai.py#L7-L20
Fixing this issue will make the plugin compatible with OpenAI-compatible APIs such as LiteLLM.
Additionally, it would be helpful either to allow specifying the model used for authentication or to clearly state in the documentation that the “gpt-4.1-nano” model is used for authentication.
The following code shows the proposed fix:
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Nov 18, 2025):
Hi, @kamonabe3. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
openai_base_urlandopenai_organization_idparameters for authentication.Next Steps:
Thank you for your understanding and contribution!