reorx / awesome-chatgpt-api

Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.
5.86k stars 377 forks source link

Added aider CLI tool #61

Closed paul-gauthier closed 1 year ago

paul-gauthier commented 1 year ago

I would like to propose adding aider to the Awesome ChatGPT API list.

aider is a command-line chat tool that allows developers to code with GPT-4 in the terminal. Users can ask GPT for features, improvements, or bug fixes, and aider will apply the suggested changes to their source files. Each change is automatically committed to git with a descriptive commit message.

You can find more information about aider in its GitHub repository: https://github.com/paul-gauthier/aider

I believe that aider would be a valuable addition to the list, as it showcases a practical application of GPT-4 in a developer's workflow.

Please let me know if you need any additional information or if there are any changes required for the inclusion of aider in the list.

Thank you for considering this request.

Best, Paul

reorx commented 1 year ago

I believe that aider would be a valuable addition to the list, as it showcases a practical application of GPT-4 in a developer's workflow.

It really does, thanks for suggesting this inspiring project :)