mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Removes unnessary default
This commit is contained in:
parent
16b84ec933
commit
cbe3d4bd45
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ const getApiConfig = () => {
|
|||
ollama: {
|
||||
// apikey: vscode.workspace.getConfiguration('void').get('ollamaSettings') ?? '',
|
||||
},
|
||||
whichApi: vscode.workspace.getConfiguration('void').get('whichApi') ?? 'anthropic'
|
||||
whichApi: vscode.workspace.getConfiguration('void').get('whichApi') ?? ''
|
||||
}
|
||||
return apiConfig
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue