Logo
Explore Help
Register Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-07-18 13:47:21 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
eb6ea284a8a0de20317f812f13c2ee17841b39f2
ragflow/conf/models/azure-openai.json

10 lines
161 B
JSON
Raw Normal View History

feat(go-models): add Azure OpenAI model driver (#15022) ## What problem does this PR solve? Closes #15021. The Go model-provider layer had no support for **Azure OpenAI**. Azure OpenAI is *not* a drop-in base-URL swap of the OpenAI driver — it differs in authentication, endpoint structure, and how models are listed — so it needs its own `ModelDriver` implementation. ## Type of change - [x] New feature (non-breaking change which adds functionality) Co-authored-by: Jin Hai <haijin.chn@gmail.com>
2026-05-20 23:52:56 -04:00
{
"name": "Azure-OpenAI",
"url_suffix": {
"chat": "chat/completions",
"embedding": "embeddings",
"models": "deployments"
},
"class": "gpt"
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 253ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API