Open JVKeller opened 3 months ago
hey @JVKeller ,
we have not tested the framework on LXC containers yet.
but i suspect the issue might be related to CORS. can you add public ip address of your instance to server.toml
as
cors_origins = ["IP_ADDRESS:3030"]
make sure to add it before llm settings
Following the steps here produces "Worker not connected" error when loading on port 3030.
Setup is a debian 12 LXC container on proxmox Installed git installed docker followed the steps listed...