Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corbt/clippy-ai
- Owner: corbt
- Created: 2022-03-17T16:33:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T06:05:01.000Z (over 1 year ago)
- Last Synced: 2024-10-14T18:12:57.663Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 594 KB
- Stars: 37
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - corbt/clippy-ai - VS Code extension to connect to OpenAI Codex (Jupyter Notebook)
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!
# 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)