Brian O'Connor

Results 22 comments of Brian O'Connor

I did part of this as part of a PR (#553) while learning the repo. Right now it only adds a `--load-character` argument, which selects the specified character and loads...

I also tried to get this running locally last night and got a lot of artifacts in the audio, like sometimes weird sirens, sometimes the voices were unbearably high-pitched, and...

I've already tried to get changes like these into the main branch, but I think it's kind of low priority. I've started splitting out smaller sections to try to get...

@tensiondriven > Perhaps it's fortunate, if those underlying changes are making the codebase more modular and decoupled. I definitely agree, I don't envy all the work Oobabooga is having to...

Check out this [fork ](https://github.com/mercm8/chat-llama-discord-bot) that has been adapted to work with text-generation-webui

You can download the current conversation (and reload it later) from the character tab. Under the download section click the "Click Me" button, and that will give you a link...

That's the character gallery extension, you'll need to click the "Character" tab at the top of the page to get to the functions I was talking about.

I was working on something like this but couldn't find a good way to automagically decide who would talk next and how to manage who was/wasn't in the "room". I...

Looks like there's already a to PR to fix this #1196

>These two ideas require being able to initiate a message from the user on their behalf. This might be tricky since the session doesn't appear to be shared between clients,...