carlrobertoh / CodeGPT

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free
https://codegpt.ee
Apache License 2.0
885 stars 184 forks source link

allow to use custom GPT assistant #597

Open dz0 opened 2 weeks ago

dz0 commented 2 weeks ago

Describe the need of your request

I want to have all my codebase in the context.

Proposed solution

OpenAI GPT assistants allow to have RAG based on full codebase (via file-search).

It would be faster and require less tokens than sending (limited) code-context each time.

Additional context

No response