Skip to content

Commit 7e0acff

Browse files
committed
Added pearai api config
1 parent 5a6874e commit 7e0acff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/shared/checkExistApiConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export function checkExistKey(config: ApiConfiguration | undefined) {
44
return config
55
? [
66
config.apiKey,
7+
config.pearaiApiKey,
78
config.glamaApiKey,
89
config.openRouterApiKey,
910
config.awsRegion,

0 commit comments

Comments
 (0)