kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/406/head
rodzic
e3ee7272da
commit
8e26eb437f
|
@ -438,7 +438,9 @@ Current date: ${currentDate}${this._sepToken}\n\n`
|
||||||
// text = text.replace(/<\|im_sep\|>/g, '<|endoftext|>')
|
// text = text.replace(/<\|im_sep\|>/g, '<|endoftext|>')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: this seems hacky and should be fixed in the tokenizer
|
||||||
text = text.replace(/<\|endoftext\|>/g, '')
|
text = text.replace(/<\|endoftext\|>/g, '')
|
||||||
|
|
||||||
return tokenizer.encode(text).length
|
return tokenizer.encode(text).length
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue