Fix DeepSeekV31's structural tag trigger (#13394)
This commit is contained in:
@@ -202,5 +202,5 @@ class DeepSeekV31Detector(BaseFormatDetector):
|
|||||||
return lambda name: StructureInfo(
|
return lambda name: StructureInfo(
|
||||||
begin="<|tool▁call▁begin|>" + name + "<|tool▁sep|>",
|
begin="<|tool▁call▁begin|>" + name + "<|tool▁sep|>",
|
||||||
end="<|tool▁call▁end|>",
|
end="<|tool▁call▁end|>",
|
||||||
trigger="<|tool▁call▁begin|>" + name + "<|tool▁sep|>",
|
trigger="<|tool▁call▁begin|>",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user