mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
style: Apply linter formatting to onboarding.py
This commit is contained in:
parent
3f3b1fb657
commit
2d87431aeb
1 changed files with 1 additions and 3 deletions
|
@ -55,9 +55,7 @@ def offer_openrouter_oauth(io, analytics):
|
|||
True if authentication was successful, False otherwise.
|
||||
"""
|
||||
# No API keys found - Offer OpenRouter OAuth
|
||||
io.tool_warning(
|
||||
"No model was specified and no API keys were provided."
|
||||
)
|
||||
io.tool_warning("No model was specified and no API keys were provided.")
|
||||
io.tool_output("OpenRouter provides free and paid access to many LLMs.")
|
||||
# Use confirm_ask which handles non-interactive cases
|
||||
if io.confirm_ask(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue