ChatGPT.nvim
ChatGPT.nvim copied to clipboard
Make use of Assistants API, for store whole project
While ChatGPT is great to work with small chunks, it is lack ability to see the whole project with all source files. Using OpenAI Assistants API we could use Retrieval for storage all source files and references easy to it without context usage.
https://help.openai.com/en/articles/8550641-assistants-api
And I belieave that is free for 2 weeks now.
Here's the link to the web API:
https://platform.openai.com/docs/api-reference/assistants/object
Bump: anyone working on this? Would like to know if there's any active dev branch where contributions are welcome