File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,17 @@ export interface BaseAIConfig {
29
29
log : LoggerConfig ;
30
30
memory : MemoryConfig ;
31
31
envFilePath : string ;
32
- env : {
33
- NODE_ENV : string ;
34
- OPENAI_API_KEY : string ;
35
- ANTHROPIC_API_KEY : string ;
36
- COHERE_API_KEY : string ;
37
- FIREWORKS_API_KEY : string ;
38
- GOOGLE_API_KEY : string ;
39
- GROQ_API_KEY : string ;
40
- MISTRAL_API_KEY : string ;
41
- PERPLEXITY_API_KEY : string ;
42
- TOGETHER_API_KEY : string ;
32
+ env ?: {
33
+ NODE_ENV ?: string ;
34
+ LANGBASE_API_KEY ?: string ;
35
+ OPENAI_API_KEY ?: string ;
36
+ ANTHROPIC_API_KEY ?: string ;
37
+ COHERE_API_KEY ?: string ;
38
+ FIREWORKS_API_KEY ?: string ;
39
+ GOOGLE_API_KEY ?: string ;
40
+ GROQ_API_KEY ?: string ;
41
+ MISTRAL_API_KEY ?: string ;
42
+ PERPLEXITY_API_KEY ?: string ;
43
+ TOGETHER_API_KEY ?: string ;
43
44
} ;
44
45
}
You can’t perform that action at this time.
0 commit comments