ragflow/api/apps
Billy Bao 5a8fbc5a81
Fix: Can't add more models (#11076)
### What problem does this PR solve?

Currently we cannot add any models, since factory is a string, and the
return type of get_allowed_llm_factories() is List[object]
https://github.com/infiniflow/ragflow/pull/11003

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-11-06 18:54:13 +08:00
..
auth Fix: use jwks_uri from OIDC metadata for JWKS client (#8136) 2025-06-10 10:16:58 +08:00
sdk Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
__init__.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
api_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
canvas_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
chunk_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
connector_app.py Feat: debug sync data. (#11073) 2025-11-06 16:48:04 +08:00
conversation_app.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
dialog_app.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
document_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
file2document_app.py Move some enumerate type to constants.py (#10998) 2025-11-04 19:25:25 +08:00
file_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
kb_app.py Feat: debug sync data. (#11073) 2025-11-06 16:48:04 +08:00
langfuse_app.py
llm_app.py Fix: Can't add more models (#11076) 2025-11-06 18:54:13 +08:00
mcp_server_app.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
plugin_app.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
search_app.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
system_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
tenant_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
user_app.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00