mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: Remove unused variable found_key_env_var
This commit is contained in:
parent
a537119f3d
commit
8cae7b20e7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def select_default_model(args, io, analytics):
|
|||
]
|
||||
|
||||
selected_model = None
|
||||
found_key_env_var = None
|
||||
# found_key_env_var = None # Not used
|
||||
for env_key, model_name in model_key_pairs:
|
||||
api_key_value = os.environ.get(env_key)
|
||||
# Special check for Vertex AI project which isn't a key but acts like one for selection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue