mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-07 23:50:09 +00:00
update model settings multi lang.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user