mirror of
https://github.com/openai/harmony.git
synced 2025-08-25 07:17:08 -04:00
fix: meta_sep
token in encoding.rs
This commit is contained in:
parent
b255cbeb62
commit
c044bf33f7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ impl FormattingToken {
|
|||
FormattingToken::Channel => "<|channel|>",
|
||||
FormattingToken::BeginUntrusted => "<|untrusted|>",
|
||||
FormattingToken::EndUntrusted => "<|end_untrusted|>",
|
||||
FormattingToken::MetaSep => "<|channel|>",
|
||||
FormattingToken::MetaSep => "<|meta_sep|>",
|
||||
FormattingToken::MetaEnd => "<|meta_end|>",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue