Closed AliveDedSec closed 1 year ago
Is the model generating any less nonsense when you're interacting directly with Kobold without AGiXT?
Is the model generating any less nonsense when you're interacting directly with Kobold without AGiXT?
Josh-XT local models with AGiXT + koboldcpp do not work fine for me. Generate off-topic responses in AGiXT. Something is wrong, I suspect your instructions are in the wrong format. Maybe I'm wrong. But in the koboldcpp and SillyTavern-1.10.4 web interfaces the models work perfectly.
https://github.com/Josh-XT/AGiXT/issues/907#issuecomment-1740273002
Hello @pegas07770 ! I think I understand the issue now. AGiXT did not have prompt prefix/suffix set up for the kobold provider. I just added this support in #1042 . This would certainly cause the LLM to misbehave because it is unsure whos turn it is to talk or what is happening, it isn't aware that it is a conversation without the prefix/suffix, it just thinks it needs to complete the text it was prompted with.
Alternatively, I've recently added a Local
provider in the new web UI that will allow you to choose a model from a drop down to generate text on, then it will download the model if it isn't already downloaded and generate text with it. It uses llamacpp like Kobold does on the back end and works pretty well. The local provider will grab the prompt template for the model and apply it automatically when it downloads the model. More about the local provider in the Local-LLM repository if you're interested.
Hopefully that helps!
Description
I use koboldcpp-1.45 and different models of the GGUF format, they all generate nonsense in Agent_Interactions in any modes (chat, instruct, promt). All information is in the logs.
Steps to Reproduce the Bug
I use Select Provider kobold Select Helper Agent gpt4free Any models generate responses in Agent_Interactions that do not correspond to requests, in any modes, chat, hint, instruction. Please check it out for yourself!
Expected Behavior
Adequate feedback from AGIXT + Koboldcpp + GGUF models
Operating System
Python Version
Environment Type - Connection
Runtime environment
Acknowledgements