Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corbt/clippy-ai

VS Code extension to connect to OpenAI Codex
https://github.com/corbt/clippy-ai

Last synced: about 1 month ago
JSON representation

VS Code extension to connect to OpenAI Codex

Awesome Lists containing this project

README

        

# Update: Clippy is down for now :(

Unfortunately, on March 23, 2023 [OpenAI shut down their `code-davinci-001` model](https://news.ycombinator.com/item?id=35242069). As this was the only model that supported the code edit endpoint used by Clippy, I sadly had to take down this extension as well. I'll leave the code up here for others to learn from; there may be future strong models [with insertion capabilities](https://huggingface.co/bigcode/santacoder) that could bring Clippy back.

Copilot and ChatGPT are both fantastic tools but I'll miss the low-latency file-wide editing that Clippy specialized in, as will its other 6000 former users!

Screen Shot 2023-03-23 at 11 08 39 PM

# Original README

Clippy AI is a simple wrapper around [OpenAI Codex](https://openai.com/blog/openai-codex/). It allows you to send Codex your current file as well as some instructions in plain-text English on an operation to perform. It then opens a diff view in your editor so you can easily see the suggested changes and accept or reject them.

For more details on the VS Code extension, see [./vs-code-extension](./vs-code-extension)