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

Larger context size for completion #596

Open LeLocTai opened 2 weeks ago

LeLocTai commented 2 weeks ago

Describe the need of your request

I'm not getting very useful results with completion, which I think partly because the default context is too small. An example is initializing some fields in the constructor. As the number of fields increase, the model no longer see which fields exists to initialize any more. Most model nowadays can handle the entire file I think. But it still is a good idea to make it customizable to account for latency preference.

Proposed solution

No response

Additional context

No response