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.47k stars 383 forks source link

"command not found: --chatgpt_token" #30

Closed mondocosm closed 1 year ago

mondocosm commented 1 year ago

When I try to run the AutoGPT version I get: "command not found: --chatgpt_token"

IntelligenzaArtificiale commented 1 year ago

pls share more info, like screshoot or all your full command censoring the personal token.

IntelligenzaArtificiale commented 1 year ago

pls DONT SHARE YOUR TOKEN HERE ! It is your personal information.

reshare with censored token

mondocosm commented 1 year ago

I had changed the tokens in my last post. But anyway, this is what I have been trying: python3 AUTOGPT.py --hf_token 000000000000000000000000 --chatgpt_token 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000-00000000000000

IntelligenzaArtificiale commented 1 year ago

can u share with us a screeshot of output error

mondocosm commented 1 year ago

it said: "command not found: --chatgpt_token"

mondocosm commented 1 year ago

line 27, in raise Exception("You must provide the huggingface token and chatgpt token") Exception: You must provide the huggingface token and chatgpt token zsh: command not found: --chatgpt_token

IntelligenzaArtificiale commented 1 year ago

ok , pls dowload the upgrade repository and try now . The new usage is :

python3 AUTOGPT.py

When the AUTOGPT start it will ask you to insert the token as normal input .

mondocosm commented 1 year ago

Now I get this: raise error from ex revChatGPT.typings.Error: OpenAI: {"detail":{"message":"Could not parse your authentication token. Please try signing in again.","type":"invalid_request_error","param":null,"code":"invalid_jwt"}} (code: 401) after I enter the second token. I am wondering if I am not copying the chatgpt token correctly or something