Hey HN! I've been working on a Sublime Text plugin for the OpenAI ChatGPT API[1]. This started as a personal project to experiment with GPT-3.5 models, long before the chat API even saw the light of day.
Fast forward, it has evolved into a more robust developer assistant, particularly with the launch of the OpenAI chat API. And it seems to be getting some attention too, with nearly 1.5k organic installs over the past half year.
Just pushed version 2.1.0 and it's got some hefty updates:
- Server Streaming Event feature is now supported, opening the doors to GPT-4.
- Also, got around to some major refactoring and I can confidently say the code isn't spaghetti anymore.
Thought it's high time I shared this with the HN community. Feel free to take it for a spin, fork it or drop feature requests or bug reports. PRs on GitHub[2] are more than welcome too.
While I can't guarantee to address every suggestion that comes my way (though PRs are always a priority), I'll definitely consider and respond to it. So go ahead, take it for a spin and let's see what you think!
[1]: https://packagecontrol.io/packages/OpenAI%20completion
[2]: https://github.com/yaroslavyaroslav/OpenAI-sublime-text