mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-16 20:57:21 +08:00
### Summary We have updated our model driver to work with go. It is based on OpenAI-API-Compatible model provider. Draft #15519 Our old model provider #13425
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "RAGcon",
|
|
"url": {
|
|
"default": "https://connect.ragcon.com/v1"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "chat/completions",
|
|
"models": "models",
|
|
"embedding": "embeddings",
|
|
"rerank": "rerank",
|
|
"asr": "audio/transcriptions",
|
|
"tts": "audio/speech"
|
|
},
|
|
"class": "ragcon",
|
|
"models": []
|
|
}
|