Bot Typist - a VS Code extension that lets you chat with an AI bot (such as GPT4), but in a Jupyter notebook that you've opened in VS Code.
I wrote it because I was frustrated with OpenAI's Code Interpreter and I thought working in a real notebook would be better. And it is!
What's half-baked? Using the GPT4 API gets expensive if the conversation gets long enough, and it should warn you. Also, the install isn't as easy as it could be, since you have to install the 'llm' command-line tool first, and set your API key.
It supports two languages, Python and TypeScript (via Deno), but Deno's notebook support is itself pretty half-backed.
I wrote it because I was frustrated with OpenAI's Code Interpreter and I thought working in a real notebook would be better. And it is!
What's half-baked? Using the GPT4 API gets expensive if the conversation gets long enough, and it should warn you. Also, the install isn't as easy as it could be, since you have to install the 'llm' command-line tool first, and set your API key.
It supports two languages, Python and TypeScript (via Deno), but Deno's notebook support is itself pretty half-backed.
https://marketplace.visualstudio.com/items?itemName=skybrian...