Skip to content

Commit

Permalink
future proofing
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle committed Apr 18, 2024
1 parent 1edafc3 commit 109fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mentat/llm_api_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async def initialize_client(self):
from mentat.session_input import collect_user_input

match provider.name:
case "open_ai":
case "open_ai" | "openai":
env_variable = "OPENAI_API_KEY"
case "anthropic":
env_variable = "ANTHROPIC_API_KEY"
Expand Down

0 comments on commit 109fddb

Please sign in to comment.