SallyBot
SallyBot copied to clipboard
Koboldcpp LLM interface supported?
This is a very popular method of interacting with models. Frequent updates and good performance. Can it be used with your program?
Not currently but I may look into it some time.
Sorry late reply because gmail sends github emails to spam
Actually, it occurs to me that the extension API which this was built for is deliberately compatible with the Kobold API, and it even runs on the same port number. Have you tried running sallybot with a kobold LLM running to see what happens? It might just already work right off the bat. Specifically, I think the format was made to be identical and cross-compatible with TavernAI or something like that, just from what I can remember of it, which uses KoboldAI to do its thing.
I tried using koboldcpp by sending the request on port 5001/5005 or whatever the default is, and it actually sends the request and generates an output, but there's a bit of an error when it comes time for koboldcpp to send back the output back to the SallyBot code. It might be easy to solve but I just haven't been bothered to give it a look.