mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 17:45:58 +03:00
[GH-ISSUE #5] Replace gpt-3-encoder with gpt-tokenizer or similar #4
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0xdevalias on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/jehna/humanify/issues/5
Currently
gpt-3-encoderis used:But it might make more sense to use a library that also supports GPT-4 as well, for example:
Currently
gpt-3-encoderis referenced in a few places:See Also
@jehna commented on GitHub (Aug 12, 2024):
Fixed now at v2 (not counting tokens anymore)