microsoft / vscode-ai-toolkit

MIT License
1.22k stars 65 forks source link

how to remove installed model? #85

Closed DingpingZhang closed 3 months ago

DingpingZhang commented 3 months ago

I downloaded a mistral AI model, but now I want to delete this model. However, I've searched through the entire UI and couldn't find any way to remove this model. image

swatDong commented 3 months ago

Currently there's no delete command from VSC, but you can go {$HOME}/.aitk/models/ folder to delete the model folder manually.

DingpingZhang commented 3 months ago

thx, resolved