mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 05:04:27 +08:00
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": []
|
||
|
|
}
|