Files
ragflow/conf/models/openai-api-compatible.json
2026-07-23 13:39:57 +08:00

14 lines
260 B
JSON

{
"name": "OpenAI-API-Compatible",
"rank": 985,
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings",
"asr": "audio/transcriptions",
"tts": "audio/speech"
},
"class": "local",
"models": []
}