-
Notifications
You must be signed in to change notification settings - Fork 45.1k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The model: gpt-4
does not exist
#12
Comments
You can apply for access to the GPT-4 API here: https://openai.com/waitlist/gpt-4-api Unfortunately, in my testing when I've tried to run Auto-GPT using GPT3.5 it does not function at all as the model does not understand it's task. |
I'm playing with v3.5 thanks to @Koobah fork: https://github.com/Koobah/Auto-GPT Got stopped by this error:
|
It did it! Completed a task on v.3.5! |
Wow! 🤯 I'd tried getting 3.5 to work in the past and it refused to acknowledge the prompt. Great idea asking it to parse it's final output as JSON. If you want to submit a pull request that would be a huge help!:
GPT3.5 is so much cheaper, allowing for much more testing and development. In future we could even get GPT4 instances of Auto-GPT to cheaply spin up entire sub-instances of Auto-GPT running GPT3.5 for multiple step tasks... |
Guys, glad that it helped you. Just be very cautious when using my code. This is my very first programming attempt. I have no clue what I am doing :) |
Btw, the idea I am working on is to create specialist GPT instances project managers, marketers, operators), where the bot would have it's own complex prompt replicating what a person in such role would do |
Brilliant! Make sure you're up-to-date, as I'm adding features all the time. Please share your journey with us over at Discussions, I'd love to see how things progress as you go. |
I dont understand it, I download Koobah's fork, how to run it with gpt 3.5 key ? I used command git clone https://github.com/Koobah/Auto-GPT , but I dont find main.py in his repository Update: I am roll it out. Just need to create keys.py (read readme) in autonomousAI path and run main.py ! |
Note that another "autonomous agent" experiment by Yohei (which is |
Nice! I think we should use both. I prefer dotenv, and was thrilled to see that PR, but was trying to keep my PR from fixing all the things at once. ;) |
I agree, @jcp. I think this decision makes my PRs not useful anymore. lessons learned, don't format on save(when contributing to OSS), make the PRs small, and address each issue separately. |
Absolutely agree with the "Make PR's small" part. |
i would love to see local model support soon because i now have my api setup and would love to use my own language model. openai gets expensive. |
Hi,
Amazing work you're doing here! ❤
I'm getting this message:
Does it mean I don't have an API access to gpt-4 yet? How can I use previous versions?
The text was updated successfully, but these errors were encountered: