Skip to content
Snippets Groups Projects
Commit e882e217 authored by Stephen D's avatar Stephen D
Browse files

fix

parent b0981974
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ Thread.new do ...@@ -35,7 +35,7 @@ Thread.new do
if c == "\n" if c == "\n"
if cur_line.include?('<think>') if cur_line.include?('<think>')
thinks = 0 thinks = 0
puts "<think>" puts
elsif cur_line.include?('</think>') elsif cur_line.include?('</think>')
thinks = nil thinks = nil
puts "\n</think>" # now we have 2 newlines puts "\n</think>" # now we have 2 newlines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment