#Make Discord your LLM frontend
1 messages · Page 1 of 1 (latest)
Just added a new config option use_plain_responses (default: false). I personally keep it on false 🙂
Here's a comparison (false vs true):
Make Discord your LLM frontend
My latest commit reduces python dependencies down to just discord.py and openai while fully maintaining oobabooga support. A bit trickier than you'd expect, specifically with allowing custom API parameters.
This is cool, is it still being worked on?
Yes, still in active development 👍
It’s pretty perfected in its current state. I have further ambitions for features that will be realized eventually 😁
Nice, I'll take a look at it then!
Cool, let me know any feedback!
Will do
There is an issue where if it cant find Assistant in ooba then everything breaks, i use custom named people... not sure what exactly ive done to break it minus getting rid of the Assistant character itself
are you talking about characters?
if I understand you correctly and you want to use a character, you can accomplish this by adding the following entries to "extra_api_parameters" in the config.json:
"mode": "chat"
"character": "Name"
(replace "Name" with your character's name)
Yep, and will try this, thank you
New update dropped!
Now, any changes you make to your config.json settings (like swapping to a new model, changing the system prompt, etc.) are active INSTANTLY! No need to restart the bot.