From 284b4d4430032af00f2d1c21a631395d448808fa Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Sun, 26 Jan 2025 11:12:38 +0800 Subject: [PATCH] Align table heading with 'System Model Settings' (#4646) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …the 'System Model Settings' ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/references/supported_models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/supported_models.mdx b/docs/references/supported_models.mdx index 3121d3162..26a5f9bea 100644 --- a/docs/references/supported_models.mdx +++ b/docs/references/supported_models.mdx @@ -12,7 +12,7 @@ A complete list of models supported by RAGFlow, which will continue to expand. ``` -| Provider | Chat | Embedding | Rerank | Multimodal | ASR | TTS | +| Provider | Chat | Embedding | Rerank | Img2txt | Sequence2txt | TTS | | --------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | Anthropic | :heavy_check_mark: | | | | | | | Azure-OpenAI | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | |