nextcloud / llm

A Nextcloud app that packages a large language model (Llama2 / GPT4All Falcon)
24 stars 2 forks source link

Check if model is downloaded before using it #33

Closed provokateurin closed 10 months ago

provokateurin commented 10 months ago

Running the llm:summarize command fails with a non-descriptive error message because the model is missing. It should be checked that the model file actually exists before trying to use it.