srikanth235 / privy

An open-source alternative to GitHub copilot that runs locally.
MIT License
870 stars 43 forks source link

Add validation for autocomplete and chat model names #15

Open srikanth235 opened 8 months ago

srikanth235 commented 8 months ago

Currently, the user manually enters the autocomplete and chat model names. Adding validation checks for verifying that these models exist in the current Ollama installation would be helpful.

Child task of #14