feat: add requires_auth flag for custom providers without authentication (#6705)

Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
Rabi Mishra
2026-01-28 22:34:12 +05:30
committed by GitHub
parent 5b757c7f72
commit 2673e8acca
13 changed files with 250 additions and 153 deletions
+6 -1
View File
@@ -3480,7 +3480,6 @@
"name",
"engine",
"display_name",
"api_key_env",
"base_url",
"models"
],
@@ -3517,6 +3516,9 @@
"name": {
"type": "string"
},
"requires_auth": {
"type": "boolean"
},
"supports_streaming": {
"type": "boolean",
"nullable": true
@@ -6698,6 +6700,9 @@
"type": "string"
}
},
"requires_auth": {
"type": "boolean"
},
"supports_streaming": {
"type": "boolean",
"nullable": true