mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
add test for conf yml
This commit is contained in:
parent
d8e125f552
commit
1654ee422f
2 changed files with 21 additions and 1 deletions
|
@ -270,7 +270,9 @@ def main(args=None, input=None, output=None):
|
|||
"No OpenAI API key provided. Use --openai-api-key or setx OPENAI_API_KEY."
|
||||
)
|
||||
else:
|
||||
io.tool_error("No OpenAI API key provided. Use --openai-api-key or env OPENAI_API_KEY.")
|
||||
io.tool_error(
|
||||
"No OpenAI API key provided. Use --openai-api-key or export OPENAI_API_KEY."
|
||||
)
|
||||
return 1
|
||||
|
||||
main_model = models.Model(args.model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue