Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for gpt-4o? #7155

Closed
1 task done
jwestonmoss opened this issue May 17, 2024 · 2 comments 路 Fixed by #7169
Closed
1 task done

support for gpt-4o? #7155

jwestonmoss opened this issue May 17, 2024 · 2 comments 路 Fixed by #7169

Comments

@jwestonmoss
Copy link

Duplicates

  • I have searched the existing issues

Summary 馃挕

was wondering when this would be supported or how i might add it myself if it's just a text value in a collection. the application rejects it on start as not being valid

Examples 馃寛

No response

Motivation 馃敠

No response

@jwestonmoss
Copy link
Author

update: i tracked down what needs to be done here, aside from updating the openai provider

the tiktoken package needs to be updated to 0.7.0 which has gpt-4o

however it cannot be updated because autogpt-forge 0.1.0 has a hard requirement of 0.5.0 tiktoken

but if you upgrade to autogpt-forge 0.1.4 which supports a higher version of tiktoken, there are a bunch of references in the current project that are broken, forge.logging at least. i really need to get back to work on my day job so it would be pretty cash money if someone solved this, i'm able to run locally fine by manually editing the package but its not the real fix

@aitirga
Copy link

aitirga commented May 23, 2024

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants