Skip to content

Commit ef07708

Browse files
committed
chat.py: Fix template description
1 parent d9c4f0b commit ef07708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chat_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def thinktag(self):
656656

657657

658658
class PromptFormat_minimax(PromptFormat):
659-
description = "Apertus"
659+
description = "MiniMax"
660660

661661
def __init__(self, *args):
662662
super().__init__(*args)

0 commit comments

Comments
 (0)