IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.44k stars 384 forks source link

install for beginners #24

Closed kerstich closed 1 year ago

kerstich commented 1 year ago

Sorry but someone can help me with the install? or any video or guide

IntelligenzaArtificiale commented 1 year ago

Tomorrow we publish a video tutorial to install it. You can use the notebook on colab which is ready to use.

kerstich commented 1 year ago

thanks man sorry for post here , i am a dumb

mondocosm commented 1 year ago

I can't figure out how to run the AutoGPT option from the instructions given.

IntelligenzaArtificiale commented 1 year ago

Don't worry, we are happy to help you. Give us some more information, for example a screshoot of the error you get.

mondocosm commented 1 year ago

Do I need to install auto-gpt with Free-AUTO-GPT-with-NO-API? Where do the keys need to be pasted? When you say: Usage: python BABYAGI.py --hf_token YoUrHFtOkEn --chatgpt_token YoUrChATgPTtOkENisSOlOnG, how do I run that? I tried pasting in my keys and running it in the terminal but had trouble.

mondocosm commented 1 year ago

Also, should I remove the quotation marks or keep them when pasting the keys?

mondocosm commented 1 year ago

langchain.experimental is missing

IntelligenzaArtificiale commented 1 year ago

langchain.experimental is missing

for this error u can try to digit this on CMD

pip install -U langchain

try and tell me if work.

To pass your tokens, just insert them in place of these:

python BABYAGI.py --hf_token INSERT-HERE-YoUrHFtOkEn --chatgpt_token INSERT-HERE-YoUrChATgPTtOkENisSOlOnG

mondocosm commented 1 year ago

Now I am getting, "command not found: --chatgpt_token"