We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6874e commit 7e0acffCopy full SHA for 7e0acff
1 file changed
src/shared/checkExistApiConfig.ts
@@ -4,6 +4,7 @@ export function checkExistKey(config: ApiConfiguration | undefined) {
4
return config
5
? [
6
config.apiKey,
7
+ config.pearaiApiKey,
8
config.glamaApiKey,
9
config.openRouterApiKey,
10
config.awsRegion,
0 commit comments