Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
MIT License
166.35k stars 44.03k forks source link

Unable to command initial y/n after main.py #606

Closed asoidfa closed 1 year ago

asoidfa commented 1 year ago

Duplicates

Steps to reproduce 🕹

After initiating python scripts/main.py the script runs autonomously without the option to enter initial Continue y/n command

Current behavior 😯

The initial Continue y/n command is not available. Runs auto y command

Expected behavior 🤔

Should have option to enter n command after scripts/main.py

Your prompt 📝

C:\Users\asoidfa\Downloads\TEST49\Auto-GPT>python scripts/main.py
Welcome back!  Would you like me to return to being Entrepreneur-GPT?
Continue with the last settings?
Name:  Entrepreneur-GPT
Role:  an AI designed to autonomously develop and run businesses with the sole goal of increasing your net worth.
Goals: ['Increase net worth.', 'Develop and manage multiple businesses autonomously.', 'Play to your strengths as a Large Language Model.']
Continue (y/n):
Using memory of type: LocalCache
Thinking
ENTREPRENEUR-GPT THOUGHTS: I think the first step towards increasing net worth is to research the current market on investments and find the most promising option. I will use a 'google' search command to look up the most profitable investment options at the moment.
REASONING: Without knowledge of the current market it would be difficult to make informed decisions about which businesses to invest. Researching how others invest their money and which investments are trending will provide valuable information to make informed decisions.
PLAN:
-  Research most profitable investments through 'google' search command.
-  Identify top investments based on research and invest capital into those options.
-  Monitor progress of investments and adapt strategy accordingly.
-  Delegate simple tasks to GPT-3.5 powered Agents to improve efficiency.
CRITICISM: I should have researched the market before purchasing any businesses earlier. Investing without adequate knowledge of the current market is a novice mistake that I should have avoided. I need to be more proactive in improving my business strategy.
NEXT ACTION:  COMMAND = google ARGUMENTS = {'input': 'most profitable investments'}
Enter 'y' to authorise command, 'y -N' to run N continuous commands, 'n' to exit program, or enter feedback for Entrepreneur-GPT...
Input:
Pwuts commented 1 year ago

Closing as resolved. Please reopen if not.