Updated outdated descriptions and added multi-turn optimization (#4362)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-01-06 16:54:22 +08:00
committed by GitHub
parent b93c136797
commit 45619702ff
7 changed files with 48 additions and 12 deletions

View File

@ -62,6 +62,10 @@ A complete list of models supported by RAGFlow, which will continue to expand.
</APITable>
```
:::danger IMPORTANT
If your model is not listed here but has APIs compatible with those of OpenAI, click **OpenAI-API-Compatible** on the **Model providers** page to configure your model.
:::
:::note
The list of supported models is extracted from [this source](https://github.com/infiniflow/ragflow/blob/main/rag/llm/__init__.py) and may not be the most current. For the latest supported model list, please refer to the Python file.
:::