-
'Sorry, that's beyond my current scope. Let’s talk about something else.' ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately, the DeepSeek interface (unlike the API) is censored and refuses some things. I can't control it at all since I don't interact with the backend. This sometimes can be solved with prompting or jailbreaks (though might get difficult as it's a separate AI doing hard refusals). I could add some anti-censorship measures, though. Like not appending the refusal message or adding fallbacks (for example, to OpenRouter or maybe even Pollinations). I'm honestly not sure if any of that would really fit, because technically SillyTavern should be able to handle that issue. Also, I apologize if this reply seems a little rushed. I'm currently far from home and a little busy. :) |
Beta Was this translation helpful? Give feedback.
Yes, you can turn on Streaming in SillyTavern (I'd recommend you to turn on Intercept Network if you haven't already, Streaming is only truly stable with it enabled). Then responses will be captured piece by piece, so the part of the response generated before the refusal will also be sent. Do, however, note, that the refusal message will likely be sent too, right after the generated part.