Files
ragflow/conf/models/xinference.json
2026-07-09 10:19:10 +08:00

13 lines
260 B
JSON

{
"name": "Xinference",
"url_suffix": {
"chat": "v1/chat/completions",
"embedding": "v1/embeddings",
"models": "v1/models",
"rerank": "v1/rerank",
"asr": "v1/audio/transcriptions",
"tts": "v1/audio/speech"
},
"class": "local"
}