mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[GH-ISSUE #19] Update node openai lib from 3.3.0 to latest (4.52.3+) #18
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#18
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 (Jul 3, 2024).
Original GitHub issue: https://github.com/jehna/humanify/issues/19
Some notes I made in another issue, but felt like it deserved it's own more specific issue to track it.
@Acters commented on GitHub (Jul 15, 2024):
Hello, I have updated the OpenAI package to 4.52.7 and switched the models to use GPT4o. On top of that I had also switched gpt3-encoder to the newer gpt-tokenizer package. I kept almost all the processes the same as to help this project to stay up to date on the available OpenAI models and its API changes. I didnt make a pull request as I didn't test my code extensively. I also see that the owner is quite busy and don't wish to bother him. So I will be keeping my own version for now.
If you wish to look at the changes I am making to the humanify project, then the link to it is here: https://github.com/Acters/humanify-ng/tree/GPT4o
@0xdevalias commented on GitHub (Aug 12, 2024):
Since the
v2release is using the4.55.1version of theopenailib, I consider this issue implemented now:github.com/jehna/humanify@a6b09993dd/package.json (L52)See also: