feat: add requires_auth flag for custom providers without authentication (#6705)
Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user