Orwa Diraneyya
Orwa Diraneyya
I am happy with these instructions and I won't be putting any more effort or time into them.
Me too! Sorry for the noise but hopefully it will highlight that many people are excited about this project and are using it! And yes, the price of usage is...
Yes that's what I ended up doing, guided by one of the replies above. On Tue, Oct 1, 2024, 6:10 PM Can A. ***@***.***> wrote: > did a little bit...
Hello. Did you setup an API key for OpenAI in the `secrets.yml` file? Are you intending on using the OpenAI endpoint or trying to use something different such as DeepSeek.
Hey there @marhamam the code is quite messy and I ended up having a heavily modified fork which only lives on my computer. Which feature are you mostly interested in?...
Possibly yes but it is going to be messy. I think the best thing would be if we somehow convert this script to a visual flow using something like Flowise....
I am also facing a similar error. In my case this is what is being returned from the dev server ```json { "error": "true", "url": "/", "statusCode": 404, "statusMessage": "Page...
Is this related to the other issue which I opened and fixed here: https://github.com/directus-labs/agency-os/issues/145
In the second commit I added better logging when using a cron job: ```crontab */2 * * * * sudo $HOME/repos/wireguard/reresolve-dns.sh /opt/homebrew/etc/wireguard/wg1.conf utun4 >> /tmp/wireguard-wg1.log ```
I noticed that the script was not doing what it is supposed to do on Mac OS X. After some investigations I realised it was the shebang line which refers...