update model settings multi lang.

This commit is contained in:
duanfuxiang
2025-06-12 15:19:07 +08:00
parent b20b4f9e19
commit 6501132d80
7 changed files with 63 additions and 22 deletions

View File

@@ -147,7 +147,6 @@ export const infioDefaultModelInfo: ModelInfo = {
let infioModelsCache: Record<string, ModelInfo> | null = null;
async function fetchInfioModels(apiKey?: string): Promise<Record<string, ModelInfo>> {
console.log("fetchInfioModels apiKey", apiKey)
if (infioModelsCache) {
return infioModelsCache;
}