File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1616ENVIRONMENT = "PROD"
1717
1818ENV_VARS = {
19- # "OPENAI_API_KEY": os.environ["OPENAI_API_KEY"],
20- # "ANTHROPIC_API_KEY": os.environ["ANTHROPIC_API_KEY"],
19+ "OPENAI_API_KEY" : os .environ ["OPENAI_API_KEY" ],
20+ "ANTHROPIC_API_KEY" : os .environ ["ANTHROPIC_API_KEY" ],
2121 "USE_DOCKER" : "false" ,
2222 "STAGE" : ENVIRONMENT ,
2323 "ENVIRONMENT" : ENVIRONMENT ,
5353 "model_name" : "anthropic/claude-3-7-sonnet-20250219" ,
5454 "litellm_params" : {
5555 "model" : "anthropic/claude-3-7-sonnet-20250219" ,
56- "api_key" : os .environ ["ANTHROPIC_API_KEY" ],
5756 },
5857 },
5958 {
6059 "model_name" : "openai/gpt-4.1-2025-04-14" ,
6160 "litellm_params" : {
6261 "model" : "openai/gpt-4.1-2025-04-14" ,
63- "api_key" : os .environ ["OPENAI_API_KEY" ],
6462 },
6563 },
6664 {
6765 "model_name" : "anthropic/claude-3-5-sonnet-20241022" ,
6866 "litellm_params" : {
6967 "model" : "anthropic/claude-3-5-sonnet-20241022" ,
70- "api_key" : os .environ ["ANTHROPIC_API_KEY" ],
7168 },
7269 },
7370 {
7471 "model_name" : "openai/gpt-4o-2024-11-20" ,
7572 "litellm_params" : {
7673 "model" : "openai/gpt-4o-2024-11-20" ,
77- "api_key" : os .environ ["OPENAI_API_KEY" ],
7874 },
7975 },
8076]
You can’t perform that action at this time.
0 commit comments