Auto GPT is working great right now (ARV.) #795
GoMightyAlgorythmGo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Its working almost exclusively smoothly. Great job. 🥇 Forums have usually more of a "this can use improvement" vibe, so i thought
as a exception I mention something that does work! 🍾 And while add it here some tip's that might help if it does not work good for you that might have helped me:
->if you have trouble with the redis server not being active try this:
1)To see the list of all Docker containers, run:
docker ps -a
2)Look for the "redis-stack-server" container in the list. If its status is "Exited," it's not running. To start the container, run:
docker start redis-stack-server
->I made some prompts making it improve on self-contained, reusable components/modules/tasks that provide the foundation for more complex functionalities.
Like:
"Track and iteratively make small improvements to the modular development approach. Prioritice reusable self-contained components and tasks that serve as the foundation for more complex functionalities. If non exists make a team of 3 agents that are tasked with tiding up and terminating confusing, pointless Red tape or agents."
(You can also check out one of my full prompt's in the "show and tell" section.)
->Also I added "gpt3.5turbo" in the .env instead of gpt-4 since i sadly still could not get access through the waitlist to have access for the OpenAI API key.
Beta Was this translation helpful? Give feedback.
All reactions