mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Run model availability check in the background to speed up startup (#4256)
This commit is contained in:
parent
d622e596a1
commit
cba272082d
5 changed files with 68 additions and 53 deletions
|
|
@ -274,8 +274,8 @@ export class Config {
|
|||
}
|
||||
|
||||
async refreshAuth(authMethod: AuthType) {
|
||||
this.contentGeneratorConfig = await createContentGeneratorConfig(
|
||||
this.model,
|
||||
this.contentGeneratorConfig = createContentGeneratorConfig(
|
||||
this,
|
||||
authMethod,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue