ragflow/api
Yongteng Lei 83771e500c
Refa: migrate chat models to LiteLLM (#9394)
### What problem does this PR solve?

All models pass the mock response tests, which means that if a model can
return the correct response, everything should work as expected.
However, not all models have been fully tested in a real environment,
the real API_KEY. I suggest actively monitoring the refactored models
over the coming period to ensure they work correctly and fixing them
step by step, or waiting to merge until most have been tested in
practical environment.

### Type of change

- [x] Refactoring
2025-08-12 10:59:20 +08:00
..
apps Refa: migrate chat models to LiteLLM (#9394) 2025-08-12 10:59:20 +08:00
db Refa: migrate chat models to LiteLLM (#9394) 2025-08-12 10:59:20 +08:00
utils Refactor:Improve the logic so that it does not decode base 64 for the test image each time (#9264) 2025-08-06 11:42:25 +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 Refa: change mcp_client module to rag/utils/conn (#8578) 2025-07-01 09:29:19 +08:00
settings.py Fix: bytes style image issue. (#9304) 2025-08-07 15:20:01 +08:00
validation.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
versions.py