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 383 forks source link

Langchain Invalid Token Error #55

Closed DigiTecK3D closed 1 year ago

DigiTecK3D commented 1 year ago

Getting a invalid token error when trying to run autogpt image

IntelligenzaArtificiale commented 1 year ago

@DigiTecK3D Thanks for have tried our project . Have you configured your tokens in the .env file?

DigiTecK3D commented 1 year ago

@IntelligenzaArtificiale Yes I set up the .env file and prior to the latest pull it was all working just fine.

DigiTecK3D commented 1 year ago

@IntelligenzaArtificiale Ok I figured out what I was doing wrong, I was getting the Open Ai Token from an old method using the link https://chat.openai.com/api/auth/session which I was grabbing from Firefox, not sure if that had anything to do with it. But I did the other method thru Chrome and was able to grab the proper token.