mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
fix: Import offer_openrouter_oauth from aider/onboarding.py
This commit is contained in:
parent
12beedd0a6
commit
fff53a94d3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ from aider.history import ChatSummary
|
|||
from aider.io import InputOutput
|
||||
from aider.llm import litellm # noqa: F401; properly init litellm on launch
|
||||
from aider.models import ModelSettings
|
||||
from aider.onboarding import select_default_model
|
||||
from aider.onboarding import offer_openrouter_oauth, select_default_model
|
||||
from aider.repo import ANY_GIT_ERROR, GitRepo
|
||||
from aider.report import report_uncaught_exceptions
|
||||
from aider.versioncheck import check_version, install_from_main_branch, install_upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue