Replies: 11 comments 35 replies
-
I got it to write an outline. That's about it. I've been playing around with the main prompt to see what I can do to get it to just make a decision and stick with it. I think that might be counter to the whole paradigm of this script though. Here's my YAML: ai_goals:
|
Beta Was this translation helpful? Give feedback.
-
Yes. But only with GPT4. I requested the following:
It successfully googled, synthesized two posts, created 3 html pages and linked them all together. I could navigate between them. Then it localhosted them on port 8000. It was basic html with no css as I expected. Though when it localhosted them, that took over the thread and never returned, leaving it unable to do anything else which is why I made this PR. I haven't even tried anything else yet. |
Beta Was this translation helpful? Give feedback.
-
Just making my weekly check back to see if AutoGPT is working yet to complete tasks or if it still gets stuck. Any updates? |
Beta Was this translation helpful? Give feedback.
-
It successfully created a tictactoe program in Python with gpt3only. AutoGPT composed all the functions one by one, compiled it into a .py, and even fixed some errors. Quite impressive for gpt3only. |
Beta Was this translation helpful? Give feedback.
-
I have used it to complete several complicated tasks, such as researching IT initiatives, strategy for a large insurance company, researching hospital pay rates by state and creating a Fajita recipe. |
Beta Was this translation helpful? Give feedback.
-
ai_goals:ai_name: DisasterBot Roles override goals. Talking to it like a coder helps. |
Beta Was this translation helpful? Give feedback.
-
Using GPT-4 I had AutoGPT write Python code to create valid and solvable Sudoku puzzles. It generated the code, saved it to sudoku_generator.py , and then ran the script. No errors. I then had it add another function to sudoku_generator.py that saves the puzzle in a JSON file. It did, and the JSON was valid. I then had it write a function to solve Sudoku puzzles. It generated the code, saved it to sudoku_solver.py file, and then ran it. No errors. I then had it add another function to sudoku_solver.py that reads the JSON file and passes the contents to the solver function. It worked, and then this was it's final action NEXT ACTION: COMMAND = task_complete ARGUMENTS = {'reason': 'Both the Sudoku generator and solver have been successfully implemented and tested with the generated puzzle.'} |
Beta Was this translation helpful? Give feedback.
-
Yes. It does a lot and its only 3.5t but i get your point there is potential for improvement if he can kinda keep his longterm memory and lern to work with you. Almost like when he would lern how to work with you better. |
Beta Was this translation helpful? Give feedback.
-
I've been going through the endless loops of Google search and pulling articles. I never set a max on number of searches so this thing just going and going like an energizer bunny. I tried to tell it to stop searching and it came back with |
Beta Was this translation helpful? Give feedback.
-
Is it necessary to input a shutdown in ai goals or can it just shut down itself? |
Beta Was this translation helpful? Give feedback.
-
Yes, I had written a couple of basic abilities like bing_search and data frame creation, but with the new repo commit I am backpedaling to correct my broken code with the new commits. |
Beta Was this translation helpful? Give feedback.
-
Is it just me or can nobody get AUto-GPT to actually perform and complete any tasks? I've been trying for about a week with about 20 different updated branches. It's always some error or another/ Just curious if it is possible yet to have it actually complete something.
Beta Was this translation helpful? Give feedback.
All reactions