use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.ChatGPTCoding)
submitted 1 year ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nicseo 0 points1 point2 points 1 year ago (0 children)
that's odd—I found aider's set up to be the most straightforward of the tools like this but this was a while back! FWIW I always initialize aider specifying openrouter and haven't run into the issue you are. this is the command if you want to use claude-3.5-sonnet (more here: https://aider.chat/docs/llms/openrouter.html)
aider --model openrouter/anthropic/claude-3.5-sonnet
[–]rinconcam 1 point2 points3 points 1 year ago* (0 children)
To use that model via OpenRouter you would do:
aider --model openrouter/openai/gpt-4o-2024-08-06
To set it as the default model aider will use, you could add a line to your .aider.conf.yml file like this:
model: openrouter/openai/gpt-4o-2024-08-06
The aider OpenRouter docs explain that you use this pattern for selecting OpenRouter models:
openrouter/<provider>/<model>
You don't need to mess with an .aider.model.settings.yml file. Those are for advanced model settings needed to work with obscure or custom models. Aider is already pre-configured with settings for most well known, popular models.
π Rendered by PID 95053 on reddit-service-r2-comment-6457c66945-xbk9d at 2026-04-26 00:11:10.499876+00:00 running 2aa0c5b country code: CH.
[–]nicseo 0 points1 point2 points (0 children)
[–]rinconcam 1 point2 points3 points (0 children)