You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried all variations of aider_api_key, aider_base_url, api_base/api_url.
All errors are unrecognized arg.
ERROR:
aider: error: unreocgnized arguments .... permutation above.### Version and model infoAider version 0.70.0Model OpenRouter: deepseek/deepseek-chat (and others)
The text was updated successfully, but these errors were encountered:
Issue
I'm trying to set an api token with aider.
Python 3.13.1
Poetry 1.8.5
Aider 0.70.0
Install
Using Pycharm Plugin:
python -m pip install aider-install aider-install
``
% pipx install --python python3.12 aider-
chat
Fatal error from pip prevented installation. Full pip output in file:
/Users/{my_username}/.local/pipx/logs/cmd_2025-01-03_11.33.20_pip_errors.log
Some possibly relevant errors from pip install:
ModuleNotFoundError: No module named 'distutils'
Error installing aider-chat.
``
Steps to reproduce
OpenRouter API key works with curl.
Tried custom configuration file (.aider.conf.yml):
Error:
aider: error: unrecognized arguments: --openrouter_api_key {api_key}
OPENROUTER_API_KEY: {api_key}
OPENROUTER_BASE_URL: https://openrouter.ai/api/v1
MODEL=deepseek/deepseek-chat
Tried all variations of aider_api_key, aider_base_url, api_base/api_url.
All errors are unrecognized arg.
ERROR:
The text was updated successfully, but these errors were encountered: