Closed danemadsen closed 10 months ago
Fixed the issue we had with Llama.libraryPath, its now working great in maid.
I also added some logic with a completer to prevent race conditions for when _modelSendport is uninitialized and either prompt, stop or unloadModel is called.
Fixes #3
@danemadsen amazing work, thank you for resolving it.
Fixed the issue we had with Llama.libraryPath, its now working great in maid.
I also added some logic with a completer to prevent race conditions for when _modelSendport is uninitialized and either prompt, stop or unloadModel is called.