mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix(models,settings,conversation): scope model_id uniqueness per
provider and harden model reference resolution
This commit is contained in:
@@ -6818,6 +6818,9 @@ const docTemplate = `{
|
||||
"dimensions": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"input_modalities": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
@@ -6809,6 +6809,9 @@
|
||||
"dimensions": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"input_modalities": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
@@ -1185,6 +1185,8 @@ definitions:
|
||||
$ref: '#/definitions/models.ClientType'
|
||||
dimensions:
|
||||
type: integer
|
||||
id:
|
||||
type: string
|
||||
input_modalities:
|
||||
items:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user