mirror of
https://github.com/turboderp-org/exui.git
synced 2026-04-20 06:19:11 +00:00
Encode special tokens in Chat-RP mode
This commit is contained in:
@@ -39,7 +39,7 @@ class PromptFormat_raw(PromptFormat):
|
||||
raise NotImplementedError
|
||||
|
||||
def encode_special_tokens(self):
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
class PromptFormat_llama(PromptFormat):
|
||||
|
||||
Reference in New Issue
Block a user