writinwaters
commited on
Commit
·
e763c5a
1
Parent(s):
2475c5c
Align table heading with 'System Model Settings' (#4646)
Browse files…the 'System Model Settings'
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
docs/references/supported_models.mdx
CHANGED
@@ -12,7 +12,7 @@ A complete list of models supported by RAGFlow, which will continue to expand.
|
|
12 |
<APITable>
|
13 |
```
|
14 |
|
15 |
-
| Provider | Chat | Embedding | Rerank |
|
16 |
| --------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
17 |
| Anthropic | :heavy_check_mark: | | | | | |
|
18 |
| Azure-OpenAI | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | |
|
|
|
12 |
<APITable>
|
13 |
```
|
14 |
|
15 |
+
| Provider | Chat | Embedding | Rerank | Img2txt | Sequence2txt | TTS |
|
16 |
| --------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
17 |
| Anthropic | :heavy_check_mark: | | | | | |
|
18 |
| Azure-OpenAI | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | |
|