Skip to content

Commit b6343b7

Browse files
committed
🐛 FIX: Env defaults
1 parent 67da79a commit b6343b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/baseai/src/utils/config/config-handler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ export const defaultConfig: BaseAIConfig = {
2020
memory: {
2121
useLocalEmbeddings: false
2222
},
23-
envFilePath: '.env'
23+
envFilePath: '.env',
2424
// Other default configuration options can be added here
25+
env: {} as any
2526
};
2627

2728
export async function loadConfig(): Promise<BaseAIConfig> {

0 commit comments

Comments
 (0)