Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down