Fabian Geiger

Results 19 comments of Fabian Geiger

Just a heads up that I encountered this issue as well. While it worked flawlessly yesterday with the wp-cli, a similiar error as already described was thrown today... ``` Debug...

Is there any guidance around this? It seems this feature is not working...

Same here, trying to run on a Raspberry Pi 4. As @olwe1 said, version `brunneis/tor-relay:0.3.5.7_armhf` works though.

Any way I can help to fix this @brunneis?

Thanks for the reply! I tried it again yesterday, this time no error messages where shown and the container booted!

I can confirm this too. Although I would argue that sqlite can handle quite the load and a single webhook call should not lock the database.

the VIRTUAL_ENV var is set after .zshrc is initialized. using the python autoactivate virtual environment feature is currently not compatible with showing the virtual environment in the prompt in a...

one usecase would be a fairly simple chatbot app which supports streaming. no need for websockets, no need for server-sent events, no need for keeping a connection to the server....

@tomsib2001 take a look here for an example config file: https://github.com/simonw/llm/issues/413#issuecomment-1914109358

i have written a plugin, which uses the AzureOpenAI class and allows using the llm cli with azure api keys. let me know if it works for you! https://github.com/fabge/llm-azure/