Skip to content

Commit 5b7e440

Browse files
committed
fix models list
1 parent 5f4d068 commit 5b7e440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/llm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class LLMController {
6262

6363
private async cacheModels() {
6464
while (true) {
65-
await fetchModels(this.targetUrls)
65+
this.modelCache = await fetchModels(this.targetUrls)
6666
await sleep(60000)
6767
}
6868
}

0 commit comments

Comments
 (0)