jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.71k stars 310 forks source link

Make use of Assistants API, for store whole project #328

Open luzik opened 10 months ago

luzik commented 10 months ago

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.

tricktux commented 10 months ago

Here's the link to the web API:

https://platform.openai.com/docs/api-reference/assistants/object

teocns commented 9 months ago

Following; I'd also like to forward some thoughts upon codebase indexing strategy here and here

teocns commented 8 months ago

Bump: anyone working on this? Would like to know if there's any active dev branch where contributions are welcome