Auto-GPT - How to Automate a Task Based AI with GPT-4

preview_player
Показать описание

In this video, we look at the Auto-GPT an autonomous LLM system which does really well at task-driven generation and using tools and modules.

My Links:

Github:
Рекомендации по теме
Комментарии
Автор

Thanks for this detailed walkthrough, and the Colab in particular! I haven't done local development in years but this helped me get up and running today with AutoGPT. It's pretty amazing stuff. You've got a new subscriber for sure!

MattCromwell
Автор

i am very impressed at the cadence of content delivery

s-informationatyourservi
Автор

Hey Sam, thanks for the nice tutorial on Auto-GPT. I hope this video is updated since alot of material has changed in the git repo. Thanks, Andy

andy
Автор

I need more help on better goal design, I was finding my goals got the system into recursive loops a bit too much. Also it was reading the same wiki pages over and over which if the page is a lengthy one can take ages -why not use an in-memory or in-text-file copy? (It might be able to currently it just doesn't though, perhaps with Pinecone?)

nickoutram
Автор

can you please set this up with a model like vicuna or gpt4all instead of the openai api? would be a dream for all of us looking to get around the heavy openai fees.

borisfin
Автор

At 2:20 it says the following "[Errno 2] No such file or directory: 'Auto-GPT' /content/Auto-GPT". It worked the first instance, but not after running the requirements. Anyone got an idea?

duhai
Автор

its possibile replicate this project but based on llama or Vicuna or Gpt4all ?

intelligenzaartificialeitalia
Автор

Warning to all, you're letting a robot scour the Internet clicking on URLs you don't even know about. You should be running this thing in a virtual environment like Docker where any harmful or malicious attack is contained in a sandboxed area away from system and your personal files.

trilogen
Автор

have this error ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pymilvus 2.2.4 requires grpcio<=1.48.0, >=1.47.0, but you have grpcio 1.48.2 which is incompatible.
Successfully installed grpcio-1.48.2

rdviberdart
Автор

11:58 You can't pay a developer to work for a full day for only $20 though! That's the way I'd look at this.

fitybux
Автор

Great video, like always! I used it recently, it's a brilliant tool. But didn't really help me with my use case.
I have a use case where I have to convert a given HTML + Tailwind CSS codes to corresponding ReactJS. I have tried many ways and prompts, but it still struggles badly. Can you or somebody share any idea on how to approach this?
I have gpt-4 access too.

MrXxXx
Автор

Great explanation! However, I couldn’t get it to run in Mac OS yet! Does it run on Apple?

vincentyang
Автор

Many thanks, Sam! Did the Auto-GPT.git fully change? It looks like it. I cannot find the same file and folder tree that you show after the first ls command.

Автор

I ran it today. Where do can I find the responses? I left it on autonomous and I'd like to see what it came up with

MoonKidAI
Автор

I think we might need to run it in an xterm shell.

wryltxw
Автор

may be we can replace OpenAI with a free alternative given the cost.

wryltxw
Автор

python -m autogpt
Weaviate not installed. Skipping import.

atheraziz
Автор

"I'd probably come back and change this slightly, and (...) rather than from multiple sites, I might say from three sites or five sites (...) it wanted to keep going"

And that, my friends, is how infrastructure profusion happens :D

Atlent
Автор

Let me please get this. It requires no coding experience?

awaisshah
Автор

Hi Sam,
Can we use this Auto -GPT to push the information in the database?? Lets take Someone is building hotel booking bot, then he will need to store his details in database and block the date as well. Can you guide me over this.

aischool