From 54c1e560194b87acf14d3ceeb19cc68b3dcc6cab Mon Sep 17 00:00:00 2001 From: RodriMora Date: Sat, 9 May 2026 20:21:57 +0100 Subject: [PATCH] Update config_sample.yml (#418) small typo in "content" on the reasoning config --- config_sample.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_sample.yml b/config_sample.yml index 3b34c9b..eb788e5 100644 --- a/config_sample.yml +++ b/config_sample.yml @@ -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: "") + # The start token for reasoning content (default: "") reasoning_start_token: "" - # The end token for reasoning conetnt (default: "") + # The end token for reasoning content (default: "") reasoning_end_token: "" # Suppress this text whenever it appears in the beginning of a reasoning block (default: None)