Skip to content

Commit

Permalink
add supported keys
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Apr 16, 2024
1 parent 7e4ef16 commit 3109f80
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions agenta-backend/agenta_backend/routers/app_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,16 @@ async def create_app_and_variant_from_template(
"OPENAI_API_KEY",
"MISTRAL_API_KEY",
"COHERE_API_KEY",
"ANTHROPIC_API_KEY",
"PERPLEXITYAI_API_KEY",
"ANYSCALE_API_KEY",
"FIREWORKS_AI_API_KEY",
"GROQ_API_KEY",
"DEEPINFRA_API_KEY",
"TOGETHERAI_API_KEY",
"ALEPHALPHA_API_KEY",
"BASETEN_API_KEY",
"OPENROUTER_API_KEY",
]
missing_keys = [
key for key in supported_llm_prodviders_keys if not os.environ.get(key)
Expand Down

0 comments on commit 3109f80

Please sign in to comment.