ragflow/api
Stephen Hu 938d8dd878
Fix: user_default_llm configuration doesn't work for OpenAI API compatible LLM factory (#8502)
### What problem does this PR solve?

https://github.com/infiniflow/ragflow/issues/8467
when add llm the llm_name will like "llm1___OpenAI-API"
f09ca8e795/api/apps/llm_app.py (L173)
so we should not use llm1 to query


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-06-27 09:41:12 +08:00
..
apps fix: list index out of range (#8518) 2025-06-27 09:38:33 +08:00
db Fix: user_default_llm configuration doesn't work for OpenAI API compatible LLM factory (#8502) 2025-06-27 09:41:12 +08:00
utils Feat: add MCP dashboard functionalities list_tools and test_tool (#8505) 2025-06-26 13:52:01 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py Refa: Implement centralized file name length limit using FILE_NAME_LEN_LIMIT constant (#8318) 2025-06-17 18:01:30 +08:00
ragflow_server.py Feat: add MCP dashboard functionalities list_tools and test_tool (#8505) 2025-06-26 13:52:01 +08:00
settings.py Fix: Authentication Bypass via predictable JWT secret and empty token validation (#7998) 2025-06-05 12:10:24 +08:00
validation.py
versions.py