Closed Mirgiacomo closed 6 months ago
You are working locally and you did not set an LLM_PROVIDER
in the .env
or .env.development
(if in dev mode). In normal use of the app you would go through onboarding and that env would be set. Not a bug since this is out of process
Thank you for that Tim! I was running into the same issue. For anyone who wants to follow my fix to a live build running in a docker container on a Linux server:
Step 1: Connect in to anything-llm as root
docker exec -u 0 -it anything-llm /bin/bash
Step 2: Backup .env file and add provider
cd /app/server && cp .env bak.env
cat cat >> bak.env << EOF
LLM_PROVIDER='
docker restart
How are you running AnythingLLM?
Local development
What happened?
If I use anythingLLM, I have no particular problems. However, if I want to change something on the 'LLM Preference' page, it has problems.
Into terminal log there isn't errors log, but into web console:
(I have already tried updating libraries and dependencies)
Are there known steps to reproduce?
No response