nextcloud / llm

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

Load available models in the admin settings from the backend #31

Open provokateurin opened 1 year ago

provokateurin commented 1 year ago

The available models are currently duplicated. For adding a new model it would be easier to only define them in the backend. It also prevents that there might be a mismatch between the admin settings and the backend.