Life Radio
Life Radio
Hi @lucie-dubrunfaut, unfortunatelly it doesn´t work for me. I followed the other github issue and run the command with the nagios user which is performing the task, also root, but...
No, it doesn´t work for me at all, because running it manually at command line doesn´t send the value to my icinga2 monitoring system. Perhaps there is a new command...
Till now I get: `UNKNOWN: Cannot decode response` It seems related to the problem mentioned that the non commercial license agreement is missing. So I think the parameter --agree-tos could...
Well, as I already told you: the provided solution you have linked doesn´t work.
Edit: when the db port at .env and docker-compose is changed, db server is found, but it seems, that there is a prisma error: ``` db | 2023-05-25T09:42:10.938133Z 9 [Warning]...
This is the message, when I open the tools popup: ``` Select what external tools your agents have access to. Error loading tools. ``` 
ah OK, i´ve disabled force_auth at my .env, but signing in locally doesn´t bring it back at my end. `OPENAI_API_BASE="https://api.openai.com/v1" NODE_ENV=development NEXT_PUBLIC_FORCE_AUTH=false `
It is since publishing tools from 0.4.0. Everything else seems to work but haven´t tested all things yet.
I think I habe figured out the Problem. I am using ngonx as frontend proxy and I habe no Proxy rule for localhost:8000/api. Have you got any hint?
OK I´ve figured it out. nginx conf: ` location / { proxy_pass http://localhost:3000/; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } location ^~ /api {...