You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
I'm trying to use the AI assistant for various tasks:
From the UI, I'm trying to use Context Chat to ask simple questions
From the UI, I'm trying to use Summarize to summarize a call's transcript
From a terminal, I'm trying to use occ llm:summarize to summarize a call's transcript
I've tried with both local LLM and OpenAI integration, and it fails in all cases. With the UI, I instantly get a toast-like notification on top-right saying "Assistant error" (nothing in actual notifications):
From the terminal, I get the following:
LLM process failed: process exited with code 1
In all cases, there is nothing in Administration Settings > Logging, and running docker logs nextclouid-aio-nextcloud just gives me
I'm trying to use the AI assistant for various tasks:
occ llm:summarizeto summarize a call's transcriptI've tried with both local LLM and OpenAI integration, and it fails in all cases. With the UI, I instantly get a toast-like notification on top-right saying "Assistant error" (nothing in actual notifications):
From the terminal, I get the following:
In all cases, there is nothing in Administration Settings > Logging, and running
docker logs nextclouid-aio-nextcloudjust gives meHow am I supposed to troubleshoot this?