paul-gauthier / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
18.03k stars 1.69k forks source link

gpt4 is not generally available to new users #72

Closed alexanderkjeldaas closed 1 year ago

alexanderkjeldaas commented 1 year ago

gpt4 is only available to "all existing API developers with a history of successful payments". i.e. before the first billing cycle, new users will not be able to use gpt4.

I see that commit cdf8f9a4b2b4a65993227ac5af1eaf3f1b85c9d8 works well with gpt3.5-turbo-16k, but later commits stop working.

paul-gauthier commented 1 year ago

Thanks for filing this issue. The latest release v0.8.2 and main branch of github should be working correctly again. There was a period where aider incorrectly assumed everyone had access to gpt-4, but that was resolved this morning.

See #71 for more details.

Let me know if you're still having any problems after upgrading. Or you can work around the bug with by running aider with --model gpt-3.5-turbo-16k to explicitly select a 3.5 model.

paul-gauthier commented 1 year ago

I'm going to close this issue for now, but please feel free to re-open if you have further problems.

alexanderkjeldaas commented 1 year ago

latest main does not work, no. --model gpt-3.5-turbo-16k selects the gpt-3.5 turbo model, but the diff detection is broken.

I am not a collaborator and I did not close this issue myself, so I cannot reopen it.

alexanderkjeldaas commented 1 year ago

latest, not working

https://asciinema.org/a/WhosqpVZAZtk9PFFQbW92fw3v

commit https://github.com/paul-gauthier/aider/commit/cdf8f9a4b2b4a65993227ac5af1eaf3f1b85c9d8 works

https://asciinema.org/a/lRM3pT49q99Od6Ft1ZpMunZQ0

I've had https://github.com/paul-gauthier/aider/commit/cdf8f9a4b2b4a65993227ac5af1eaf3f1b85c9d8 write around 8k lines during the weekend and it consistently works.