mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Temporarily disable OpenRouter OAuth onboarding flow
This commit is contained in:
parent
2bc0aa1777
commit
9e3adf0bf8
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ def select_default_model(args, io, analytics):
|
|||
io.tool_warning(no_model_msg)
|
||||
|
||||
# Try OAuth if no model was detected
|
||||
offer_openrouter_oauth(io, analytics)
|
||||
# offer_openrouter_oauth(io, analytics)
|
||||
|
||||
# Check again after potential OAuth success
|
||||
model = try_to_select_default_model()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue