mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-13 04:13:35 +08:00
## What This pull request adds **MWS GPT Model Hub** as a built-in model provider in RAGFlow. The integration allows users to configure an MWS project endpoint and token, discover the models available to that project, and use supported MWS models for chat completion, embeddings, and reranking. Co-authored-by: ilarionov_n <ilarionov_n@promis.ru>
16 lines
276 B
JSON
16 lines
276 B
JSON
{
|
|
"name": "MWS",
|
|
"rank": 984,
|
|
"url": {
|
|
"default": ""
|
|
},
|
|
"url_suffix": {
|
|
"models": "openai/v1/models",
|
|
"chat": "openai/v1/chat/completions",
|
|
"embedding": "openai/v1/embeddings",
|
|
"rerank": "cohere/v2/rerank"
|
|
},
|
|
"class": "mws",
|
|
"models": []
|
|
}
|