Removes unnessary default

This commit is contained in:
Dave Hogan 2024-09-22 17:36:53 +01:00
parent 16b84ec933
commit cbe3d4bd45

View file

@ -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
}