Update config_sample.yml (#418)

small typo in "content" on the reasoning config
This commit is contained in:
RodriMora
2026-05-09 20:21:57 +01:00
committed by GitHub
parent 09f36f9c05
commit 54c1e56019

View File

@@ -166,10 +166,10 @@ model:
# Do NOT enable this if the model is not a reasoning model (e.g. deepseek-r1 series)
reasoning: false
# The start token for reasoning conetnt (default: "<think>")
# The start token for reasoning content (default: "<think>")
reasoning_start_token: "<think>"
# The end token for reasoning conetnt (default: "</think>")
# The end token for reasoning content (default: "</think>")
reasoning_end_token: "</think>"
# Suppress this text whenever it appears in the beginning of a reasoning block (default: None)