Steve Kehlet
Steve Kehlet
The same issue with Ansible+NVM and weird/corrupted paths with ANSI escape characters brought me here. My team and I upgraded from NVM 0.25.4 to 0.31.0 and ran into this. Why...
Fantastic detective work @dagwieers, thank you.
A longer series of messages might be more helpful, and show the ``: ```python messages = [ SystemMessage(content="You're a helpful assistant that answers with super short poems. "), HumanMessage(content="What is...
@NinjAiBot my output looks just like yours, and it's working for me—I just followed the next steps in [Example: Build on mac](https://localai.io/basics/build/#example-build-on-mac) to download ggml-gpt4all-j.bin and ask it how it...
Hi! Thanks for responding. > Which version of macOS are you running? macOS 14.5 (23F79) > One possible workaround for this: can you just not run the app in daemon...
I think you really have to run in daemon mode, otherwise there's no way to know if you should ignore release requests for quick presses. But good news, it's working...
> I just found a way to recover the entire `chatSessions` (when the issue is just `state.vscdb` losing track of the existent sessions). You can check my solution in this...