mirror of
https://github.com/block/goose.git
synced 2026-05-01 21:10:54 +00:00
Remove display_name from local model API and use model ID everywhere (#7382)
This commit is contained in:
parent
c8c8a1237c
commit
966bbba819
7 changed files with 18 additions and 52 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue