Cohee

Results 9 issues of Cohee

Hello! The included "Instruct Joi Contrastive Search" preset doesn't actually activate the contrastive search generation mode, as it requires the `do_sample` parameter to be `false`, but it's unset/true in the...

### Describe the bug API running in the notebook/default mode cuts or adds one letter to the reply after applying the extensions to the output. This bug is more prevalent...

bug

**Environment** Package version: 4.3.0 Node version: v21.6.1 OS: Windows 11 22H2 **Description** Translating a text that contains a newline character fails with 400 Bad Request from Google. **Steps to reproduce**...

Continuation of #1751 Additionally discussed here #1753

🟨 PR - Medium

Hi there, Following up on the pull request for SillyTavern, I really liked your project and wondering if you could wrap it into a pip package so the translation service...

## Environment Package version: 4.3.2 Node version: v21.6.1 OS: macOS Sonoma 14.2 ## Description The newest version produces bad quality and incomplete translations which often lack some chunks of text...

Continuation of #2211. Enables DRY Repetition Penalty block for llamacpp. To be merged after this: https://github.com/ggerganov/llama.cpp/pull/6839

🟩 PR - Small
👷 Maintainer
🚫 Merge Conflicts
⛔ Waiting For External/Upstream

Turns out the current funciton tool calling subsystem was totally wrong. Time to fix that. ## Checklist: - [X] I have read the [Contributing guidelines](https://github.com/SillyTavern/SillyTavern/blob/release/CONTRIBUTING.md).

🟥 PR - XL
👷 Maintainer
🏗️ Architectural Changes

Closes #2739 New syntax: ``` /send ="blah blah" || // will explicitly remove quotes /send "blah blah" || // will not remove quotes ``` ## Checklist: - [X] I have...

🟩 PR - Small
👷 Maintainer
📜 STscript
💥💣 Breaking Changes