Testing Reasoning
This commit is contained in:
parent
fbbe986cd7
commit
24bd17e53c
@ -198,5 +198,5 @@ class Pipeline:
|
||||
reasoning = block["reasoningContent"]["reasoningText"]["text"]
|
||||
if "text" in block:
|
||||
text = block["text"]
|
||||
combined_text = f"<think> \n {reasoning} \n </think> \n\n {text}"
|
||||
combined_text = f"<thinking> \n {reasoning} \n </thinking> \n\n {text}"
|
||||
return combined_text
|
Loading…
x
Reference in New Issue
Block a user