ragflow/api/db/services
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
..
__init__.py
api_service.py
canvas_service.py Fix typo in code (#8327) 2025-06-18 09:41:09 +08:00
common_service.py
conversation_service.py
dialog_service.py Feat: wrap search app (#8320) 2025-06-18 16:45:42 +08:00
document_service.py Fix: chunk number error after re-parsing (#8513) 2025-06-26 17:46:53 +08:00
file2document_service.py
file_service.py Refa: Implement centralized file name length limit using FILE_NAME_LEN_LIMIT constant (#8318) 2025-06-17 18:01:30 +08:00
knowledgebase_service.py
langfuse_service.py
llm_service.py Fix: user_default_llm configuration doesn't work for OpenAI API compatible LLM factory (#8502) 2025-06-27 09:41:12 +08:00
mcp_server_service.py Feat: add MCP dashboard operations (#8460) 2025-06-25 09:26:04 +08:00
search_service.py Feat: wrap search app (#8320) 2025-06-18 16:45:42 +08:00
task_service.py Fix: some cases Task return but not set progress (#8469) 2025-06-25 09:58:55 +08:00
user_canvas_version.py
user_service.py