llm config fix

This commit is contained in:
Chuck1sn
2025-05-25 18:17:50 +08:00
parent b6f72942ad
commit 402c421370
8 changed files with 42 additions and 2 deletions

View File

@@ -1129,6 +1129,7 @@
"modelName",
"name",
"priority",
"type",
"url"
],
"type": "object",
@@ -1143,6 +1144,9 @@
"modelName": {
"type": "string"
},
"type": {
"type": "string"
},
"apiKey": {
"type": "string"
},

View File

@@ -545,6 +545,7 @@ export interface components {
id: number;
name: string;
modelName: string;
type: string;
apiKey: string;
url: string;
enable: boolean;