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
Hi, I am using AnytingLLM with docker, and setup with DeepSeek, but got blank page after I send the message.
I just started learning NodeJS and have been looking for a solution for a long time but couldn’t find one. Please help me out.
bellow is the .env file
# Auto-dump ENV from system call on 11:31:56 GMT+0000 (Coordinated Universal Time)
LLM_PROVIDER='deepseek'
EMBEDDING_ENGINE='native'
VECTOR_DB='lancedb'
DEEPSEEK_API_KEY='sk-.......'
DEEPSEEK_MODEL_PREF='deepseek-chat'
STORAGE_DIR='/app/server/storage'
SIG_KEY='...'
SIG_SALT='....'
I got no error messages from docker logs, but got error messages from web console.
Are there known steps to reproduce?
The text was updated successfully, but these errors were encountered:
Hello, just a quick note about this issue: I experienced the same problem and tried everything yesterday, until I found this thread. Simply repulling the docker image resolved the issue. Many thanks!
How are you running AnythingLLM?
Docker (local)
What happened?
Hi, I am using AnytingLLM with docker, and setup with DeepSeek, but got blank page after I send the message.
I just started learning NodeJS and have been looking for a solution for a long time but couldn’t find one. Please help me out.
bellow is the .env file
I got no error messages from docker logs, but got error messages from web console.
Are there known steps to reproduce?
The text was updated successfully, but these errors were encountered: