Cohee

Results 246 comments of Cohee

Also, the PR does more than requested here, by also saving the model and source into the proxy preset. We're once again running in circles, so I'm not merging until...

Sorry, took more time to read through it once again and saw the part that saves the model and source is actually optional. Then I guess the only thing to...

The name of the migrated proxy is the least concerning part and the solution seems simple - `Setting Preset Name (Proxy)` - the last part being literal, and the first...

Interval is only for the Main API source. Extras summarize uses a buffer of messages to be summarized since its context size is limited to 1024 tokens.

Assistant messages are squashed, as well as user messages: https://github.com/SillyTavern/SillyTavern/blob/staging/src/endpoints/prompt-converters.js#L124 It's not an option because as you've mentioned Claude won't allow sending prompts with non-alternating roles. I think the problem...

https://github.com/SillyTavern/SillyTavern/commit/181b5aff97beb044547c98dcd2c2e516460a2481

Not reproduced for me. Your requests could be blocked by Cloudflare. Otherwise, try the user script (requires to have a Tamper Monkey or Violentmonkey browser extension): https://greasyfork.org/en/scripts/470052-janitor-ripper

You can use Markdown images to insert images you uploaded into ST's public/user folder, like this `![alt-text](/user/Char/image.png)`. I'm not a big fan of the idea of embedding images into the...