mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-18 11:24:39 +01:00
Extract thinking/reasoning blocks (e.g. <think>...</think>) into a separate reasoning_content field on the assistant message, matching the convention used by DeepSeek, llama.cpp, and SGLang. |
||
|---|---|---|
| .. | ||
| cache_embedding_model.py | ||
| completions.py | ||
| embeddings.py | ||
| errors.py | ||
| images.py | ||
| logits.py | ||
| models.py | ||
| moderations.py | ||
| script.py | ||
| tokens.py | ||
| typing.py | ||
| utils.py | ||