nextcloud / llm

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

Other LLM's available, or are these hardcoded? #58

Closed corsairius closed 7 months ago

corsairius commented 7 months ago

Brighteon.ai just added an LLM that supports GPT4all.
This is a health-related LLM that would be interesting to add to an internal server. Can this LLM or another be utilized by AI LLM?

marcelklehr commented 7 months ago

Hey @corsairius

In this app the models are hardcoded. But we've since migrated the code to be fully based on python utilizing the External App Ecosystem. The new app is here: http://github.com/nextcloud/llm2 . See our AI docs for more information how to install this: https://docs.nextcloud.com/server/latest/admin_manual/ai/app_api_and_external_apps.html