瀏覽代碼

FIX: correct typo (#5387)

### What problem does this PR solve?

Correct typo in supported_models file

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.17.0
Yongteng Lei 8 月之前
父節點
當前提交
0e920a91dd
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      api/apps/llm_app.py
  2. 1
    1
      docs/references/supported_models.mdx

+ 1
- 1
api/apps/llm_app.py 查看文件

@@ -173,7 +173,7 @@ def add_llm():
api_key = req.get("api_key", "xxxxxxxxxxxxxxx")

elif factory == "VLLM":
llm_name = req["llm_name"] + "___OpenAI-API"
llm_name = req["llm_name"] + "___VLLM"
api_key = req.get("api_key", "xxxxxxxxxxxxxxx")

elif factory == "XunFei Spark":

+ 1
- 1
docs/references/supported_models.mdx 查看文件

@@ -42,7 +42,7 @@ A complete list of models supported by RAGFlow, which will continue to expand.
| Ollama | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | | |
| OpenAI | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| OpenAI-API-Compatible | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | |
| VLMM | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | |
| VLLM | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | |
| OpenRouter | :heavy_check_mark: | | | :heavy_check_mark: | | |
| PerfXCloud | :heavy_check_mark: | :heavy_check_mark: | | | | |
| Replicate | :heavy_check_mark: | :heavy_check_mark: | | | | |

Loading…
取消
儲存