You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The llm_name returned by the my_llm interface is claude-3-7-sonnet-202502192-all___OpenAI-API. The front end filters it and displays it as claude-3-7-sonnet-202502192-all. As a result, when delete_llm is called, claude-3-7-sonnet-202502192-all is passed in, resulting in the inability to delete.
Steps to reproduce
1
Additional information
No response
The text was updated successfully, but these errors were encountered:
### What problem does this PR solve?
Fix: LLM with ___ return cannot be deleted #5585
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
latest
RAGFlow image version
latest
Other environment information
Actual behavior
Expected behavior
The llm_name returned by the my_llm interface is claude-3-7-sonnet-202502192-all___OpenAI-API. The front end filters it and displays it as claude-3-7-sonnet-202502192-all. As a result, when delete_llm is called, claude-3-7-sonnet-202502192-all is passed in, resulting in the inability to delete.
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: