Cohee

Results 246 comments of Cohee

Everything looks good so far. To do injections into the prompt, you could use `context.setExtensionPrompt` to append something to the scenario or in-chat (as the summarization memory extension does). `function...

You're right. Extension injections always reserve a context space for themselves. You could modify the interception procedure in the Generate function, passing the `coreChat` variable to the extension, and splicing...

Thanks, will merge to play around with it

1. Bot name editing was implemented in the dev branch. 2. Will need to think about the UI for short comments/notes. Will get to it later.

Creator's comment was added to the main release, but not displayed in the list, there's not enough space in the UI

Most of this was either already done or possible through other means. 1. Understand that the Main Tavern provides this, but what is the use case for this? If you...

For me, it looks okay. According to UX guidelines, dropdowns usually update on closing. What you see is probably a Firefox quirk.

Enable swipes in user settings.

That's actually a very neat idea which goes perfectly along the instruct mode I'm working on. Will be adding this "Power prompting" switch with it. Thanks for your feedback