Remove display_name from local model API and use model ID everywhere (#7382)

This commit is contained in:
jh-block 2026-02-20 14:11:56 +01:00 committed by GitHub
parent c8c8a1237c
commit 966bbba819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 18 additions and 52 deletions

View file

@ -5185,7 +5185,6 @@
"type": "object",
"required": [
"id",
"display_name",
"repo_id",
"filename",
"quantization",
@ -5195,9 +5194,6 @@
"settings"
],
"properties": {
"display_name": {
"type": "string"
},
"filename": {
"type": "string"
},