xavitg
xavitg
Why should I do that if I am not using OpenAI? I use VertexAI Claude3.5 sonnet, and I already set up the project id and location. I can run Aider...
Hello, So I have to edit manually that file and then run that command in order to get it working properly? Thank you > El 9 ago 2024, a las...
> Like this: > > ``` > $ aider > Aider v0.48.2-dev > Models: claude-3-5-sonnet-20240620 with diff edit format, weak model > claude-3-haiku-20240307 > Git repo: .git with 303 files...
> `aider --config .aider.conf.yml` I am not able to find this. I installed aider with pip install aider in my root directory without any env. Its installed here: ~/.local/lib/python3.10/site-packages But...
> Ok, so can you try this: > > ``` > aider --model vertex_ai/claude-3-5-sonnet@20240620 > ``` > > You need to have `VERTEXAI_PROJECT`, `VERTEXAI_LOCATION` and `GOOGLE_APPLICATION_CREDENTIALS` set in your environment...
> * create `.aider.conf.yml` file in the root of your project with that content > > ``` > model: vertex_ai/claude-3-5-sonnet@20240620 > ``` This is working well! Aleluya. It’s a bit...