QWEN 3.8 + SILLYTAVERN

Qwen 3.8 settings for SillyTavern

When a reply loops, overthinks, loses a character fact, or stops halfway, the sampler is only one possible cause. Check the connection and chat template first, then tune one variable and run the same short test again.

Jump to the fix sequence

The values below are documented starting points, not a universal best preset. Qwen3.8-27B behavior also depends on the provider, backend, quantization, card, and context budget.

Tabbit new-tab prompt with an @ reference control and a visible model picker.

START WITH THE FAILURE

A symptom points to a layer, not a magic number

The same bad-looking reply can come from a wrong endpoint, a mismatched template, a small context window, or a sampler stack that is too restrictive. Record what changed before reaching for a preset.

01

It thinks forever

Check whether thinking is enabled, whether the reasoning budget is large enough, and whether the provider preserves thinking blocks. A lower reasoning effort can be faster per turn yet cause retries in a long task.

02

It forgets the card

Inspect the context boundary and response allocation. SillyTavern sends character data, system prompts, and chat history inside the context budget. Old messages may simply be outside the range.

03

It loops or sounds flat

Check repetition penalty, DRY, top-p, top-k, and min-p together. Qwen documents neutral values for several of them. Change one control, not five at once.

04

It returns broken tags

Check the model ID, chat template, reasoning tag handling, and prompt post-processing. A sampler cannot repair a request formatted for another model family.

THE DEBUGGING ORDER

Provider → template → context → sampler → retest

Use a small, repeatable character turn. Keep the card, prompt, seed if available, and output length constant while you move through the layers.

  1. 1

    Connection and provider

    Confirm the provider actually serves Qwen3.8-27B, copy its exact model ID, and send a Test Message. For a custom OpenAI-compatible endpoint, check the base URL and whether the /v1/models list is available.

  2. 2

    Chat template and thinking

    Use the template intended for Qwen3.8. Thinking is on by default in the official card. To request a direct answer, disable thinking through the provider-supported field. Preserve or remove historical thinking deliberately.

  3. 3

    Context and response

    Set context large enough for the card and recent turns, then leave room for the response. A long context setting does not help if the backend or quantized build exposes less.

  4. 4

    Sampler and retest

    Start from the official mode row below. Change one setting, regenerate the same short turn several times, and write down the visible result. Only then test the next variable.

If a provider ignores a field, the UI value is not evidence that the model received it. Check the provider request or response metadata when available.

REFERENCE TABLE

Official starts, with the neutral values in view

Qwen lists one set for Thinking Mode and another for Instruct or non-thinking mode. SillyTavern documents neutral values for disabling several samplers. Use the row that matches the mode you are testing.

ParameterThinking modeInstruct / non-thinkingWhat to watch
temperature1.00.7Lower is more predictable; higher is more varied.
top_p0.950.801 disables nucleus filtering.
top_k20200 or -1 disables it, depending on backend.
min_p0.00.0Higher values can worsen repetition.
presence_penalty0.01.5Qwen says 0 to 2 can reduce endless repetition.
repetition_penalty1.01.01 disables the effect.
reasoning_effortxhighNot applicableQwen documents xhigh, medium, and low.
preserve_thinkingtruetrueDisable when only the latest reasoning should remain.

These are Qwen model-card starting points. Sampling support varies by framework and provider. They are not a promise of better RP for every card.

EDGES THAT LOOK LIKE SAMPLER PROBLEMS

Vision, quantization, and DRY each change the baseline

Treat these as separate experiments. A copied community preset can hide which layer caused the change.

Context and response length

SillyTavern defines context tokens as the prompt budget after response allocation. More response tokens take longer and leave less room for the card and chat. Qwen3.8-27B natively supports 262,144 tokens, but your backend, VRAM, and quantization may set a lower practical limit.

Vision input

The official card describes native image and video understanding. If the connector does not pass media in the format the backend expects, a vision failure is an integration issue. Do not fix it by changing temperature.

Quantization

BF16, FP8, and lower-bit builds trade memory for numerical fidelity in different ways. Compare the same prompt, context, and sampler on the same backend before blaming the preset.

Repetition penalty and DRY

Repetition penalty 1 is neutral. Its range and slope can penalize common words when pushed too far. DRY targets repeated sequences and is disabled with multiplier 0. Start neutral, then add one guardrail if the loop is reproducible.

A DIFFERENT CONTEXT PATH

When the source is a webpage, use Qwen beside it

SillyTavern remains the right home for character cards and lorebooks. Tabbit is useful when the prompt starts with a live page, PDF, screenshot, or research trail. Open the source, choose a model from the picker, and keep the context visible while you work.

Open the source

Use the desktop browser on macOS or Windows. Keep a wiki, prompt guide, or document in the main view.

Tabbit showing a research page with a Deep Research task and execution steps in the right panel.

Choose a model

Open Tabbit’s model picker in the new-tab prompt or side chat. The available model list changes with the product; do not assume every Qwen3.8 local weight is available.

Tabbit showing an article with an AI summary sidebar and model control.

Reference with @

Type @ to reference an open tab, screenshot, or file. Ask for a scene outline, a card rewrite, or a comparison while the source remains visible.

Tabbit multi-model chat with five parallel response columns and one shared prompt.

Reference with @

Type @ to reference an open tab, screenshot, or file. Ask for a scene outline, a card rewrite, or a comparison while the source remains visible.

Tabbit Agent operating a Google Sheet with task instructions and execution steps.

FAQ

Qwen 3.8 and SillyTavern settings

What are the official Qwen3.8 sampler values?+

For Thinking Mode, the Qwen model card lists temperature 1.0, top_p 0.95, top_k 20, min_p 0.0, presence_penalty 0.0, and repetition_penalty 1.0. For Instruct or non-thinking mode, it lists 0.7, 0.80, 20, 0.0, 1.5, and 1.0.

Should I use a community preset?+

Use one as a comparison point, not as a guarantee. Community snippets mix model versions and backends. Record its fields, then test the official mode row with one change at a time.

Why does Qwen3.8 keep thinking in SillyTavern?+

Thinking is on by default in the official card. Check the connector’s chat-template field, reasoning tags, and provider support before changing samplers. Disable thinking only through the field your backend documents.

How much context should I set?+

Reserve enough context for the character card, system prompt, and recent chat, then leave response room. Qwen3.8-27B has a native 262,144-token context in the model card, but your serving stack may expose less.

Should repetition penalty or DRY be enabled?+

Start with repetition_penalty 1 and DRY multiplier 0. Those are neutral or disabled values in the relevant documentation. Add one control only if the same loop survives a repeatable test.

Does Tabbit run my local Qwen3.8-27B model?+

This page does not claim that. Tabbit provides a browser model picker and context tools. Check the current picker for availability; use SillyTavern and your local backend when you need local weights.

Keep the setting you can explain

Start with the official mode row, test one variable, and keep your source visible. When the work begins in a webpage or document, open it in Tabbit and use the browser context path.

Available for macOS and Windows. Model availability can change with product updates.

© 2026 Tabbit Browser. The AI-native browser that understands your context.