We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67da79a commit b6343b7Copy full SHA for b6343b7
packages/baseai/src/utils/config/config-handler.ts
@@ -20,8 +20,9 @@ export const defaultConfig: BaseAIConfig = {
20
memory: {
21
useLocalEmbeddings: false
22
},
23
- envFilePath: '.env'
+ envFilePath: '.env',
24
// Other default configuration options can be added here
25
+ env: {} as any
26
};
27
28
export async function loadConfig(): Promise<BaseAIConfig> {
0 commit comments