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
990 stars 209 forks source link

Add support for removing models. #330

Open balayanv opened 8 months ago

balayanv commented 8 months ago

Describe the need of your request

I have pretty much installed and experimented with most models, some consume significant amount of memory. I wont be surprised if i have 200GB+ allocated to them.

Proposed solution

It would be great if the plugin allowed us to remove the model (exactly the same way it offers to download it). Just a simple link.

Additional context

No response

balayanv commented 8 months ago

BTW can someone point me in right direction, where can i find these models (ill just remove them via terminal).

Removing plugin also does not remove the models (which it should imo).

carlrobertoh commented 8 months ago

Hey, the models are stored in the hidden folder named .codegpt within your home directory.

cd ~/.codegpt/models
balayanv commented 8 months ago

Thanks, will handle it on my own, even if dedicated support is not added imo good enough solution is to add that info into github page or plugin homepage but most importantly remove it when plugin is uninstalled.

anthonyalayo commented 1 month ago

+1 for adding this to the docs at least, took a bit to find this.