set default model for first install devchat
This commit is contained in:
parent
2ca51d73fa
commit
a2699cfa64
@ -72,6 +72,11 @@ async function configUpdateTo_0912() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
const defaultModel: any = UiUtilWrapper.getConfiguration("devchat", "defaultModel");
|
||||
if (!defaultModel) {
|
||||
vscode.workspace.getConfiguration("devchat").update("defaultModel", "gpt-3.5-turbo");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user