mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-17 13:17:20 +08:00
10 lines
161 B
JSON
10 lines
161 B
JSON
|
|
{
|
||
|
|
"name": "Azure-OpenAI",
|
||
|
|
"url_suffix": {
|
||
|
|
"chat": "chat/completions",
|
||
|
|
"embedding": "embeddings",
|
||
|
|
"models": "deployments"
|
||
|
|
},
|
||
|
|
"class": "gpt"
|
||
|
|
}
|