Updated RAGcon model provider (go) (#16950)

### 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
This commit is contained in:
Jakob
2026-07-15 14:59:23 +02:00
committed by GitHub
parent 794c6b63e4
commit d55de09b7d
6 changed files with 1322 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ export const LIST_MODEL_PROVIDERS = new Set<string>([
LLMFactory.FunASR,
LLMFactory.BaiduYiYan,
LLMFactory.NewAPI,
LLMFactory.RAGcon,
// LLMFactory.HuggingFace,
// LLMFactory.GoogleCloud,