Updated Files | as of April 12, 2023, edit** EST 3:28pm | Some Q/A #978
Replies: 5 comments 3 replies
-
What are the steps to start using GPT-4 after they granted acess to the GPT4 API? I'm a complete newbie here |
Beta Was this translation helpful? Give feedback.
-
Thank you so much! As someone with very little coding experience, it's very hard to understand what's going on at times. Lately, it's been very buggy and even though there threads on how to fix most problems, it's hard to keep up - especially without a good understanding of all the concepts. Downloaded your zip file and now I can use AutoGPT properly. |
Beta Was this translation helpful? Give feedback.
-
Personal issue:
System: Command execute_python_file returned: Error: Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.') |
Beta Was this translation helpful? Give feedback.
-
Thank you for your work. |
Beta Was this translation helpful? Give feedback.
-
Interestingly enough, your version posted at 2:52 works great. The newer version won't start. Here's what I get. K:\GPT\252>python scripts/main.py Thank you for your fixes! And thanks to Torantulino as well! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
After meticulously going through all the forums, issues, and suggested file updates, and noticing everyone having similar issues that are being reposted umpteen times, I created a .zip of all the [currently working] updates and suggestions to have a version of Auto-GPT without errors (json, invalid, yada yada)...
They are still working on adding the edits to the master. As one guy said somewhere in the discussions, give the guy (Torantulino) time to sleep! This .zip took me several hours/days to make sure it comes with no errors, my girlfriend was upset that I was ignoring her :')
Anyway, if there are any other errors on your end, please post the issues as you normally would either in the forums or in this post. Understand that I cannot answer them as the others who are actually working on the project are far more experienced in debugging. I simply took their suggestions and edits and put them in this .zip to help reduce the repeated issue posts. I will continue to edit the .zip as shown below when I see the improvements.
A couple notes:
I really hope that this post will help lower the number of repeated issues posted. The files that needed editing wasn't a simple "copy/paste". I had to check line-by-line that everything was correct.
Special thanks to the following posts:
Thank you.
IMPORTANT- pip install regex- pip install typing- pip install config- pip install any- pip install Dict`Added to requirements.txt
These were some additional installations that were not in the requirements.txt.
For any gpt 4 not found errors, change .env text to:
SMART_LLM_MODEL=gpt-3.5-turbo
FAST_LLM_MODEL=gpt-3.5-turbo
Helpful tips:
.zip file
Auto-GPT - CORRECTED AS OF April 12.zipUpdated 2:52pm
Auto-GPT - CORRECTED AS OF April 12.zipUpdated 3:28pm (Bugfix Request 913)
Auto-GPT - CORRECTED AS OF April 12.zip
Beta Was this translation helpful? Give feedback.
All reactions