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 {
2929 log : LoggerConfig ;
3030 memory : MemoryConfig ;
3131 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 ;
4344 } ;
4445}
You can’t perform that action at this time.
0 commit comments