mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Issue happed when add whisper model from openAI compatible API #191
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 @fanfan-lucky on GitHub (Apr 13, 2025).
Self Checks
Dify version
1.0.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Dify+vllm to add "whisper-large-v3-turbo" model through openAI API compatible, Dify version is 1.0.0, vllm version is 0.8.3, from dify api log, I can see error "WARNING [Dummy-5043] [provider_configuration.py:963] - get custom model schema failed, {"code":0,"message":"success","data":{"model_schema":null}}", so what could be the problem? thanks for the feedback.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Apr 13, 2025):
The error "get custom model schema failed" in the Dify API log when adding the "whisper-large-v3-turbo" model could be due to several reasons:
Credentials Issue: Ensure that the credentials used to access the model are correct and valid. Incorrect or missing credentials can lead to a failure in retrieving the model schema.
Model Type or Name Mismatch: Verify that the
model_typeandmodelname for "whisper-large-v3-turbo" are correctly specified in the configuration. Any mismatch can cause the schema retrieval to fail.Exception Details: Check the specific exception message in the logs for more detailed information on the failure. The message
{ex}would provide more context, but it is not included in the provided log snippet.Additionally, there is a similar closed issue where the suggested solution was to ensure that 'function call support' is enabled in the model configuration settings through the Dify UI. For models like Ollama, this setting is configured at the model level, not in the agent settings [1]. This might be relevant if similar settings apply to the "whisper-large-v3-turbo" model.
Review these aspects to troubleshoot the issue further.
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@fanfan-lucky commented on GitHub (Apr 14, 2025):
I upgrade dify version to 1.2.0, issue still be there. configuration please see the attached picture
who can help me? thanks!
@dosubot[bot] commented on GitHub (Aug 17, 2025):
Hi, @fanfan-lucky. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!