David Gelberg
David Gelberg
I figured that I had this issue due to the fact I was actually on a free trial account, make sure to update your billing information and add a payment...
> @mousberg free trial account of what? where did you update your billing information and payment method? on the OpenAI API website. follow the "OpenAI API Keys Configuration" section on...
Same issue here, I prompted 'I want Auto-GPT to: create txt.txt file containing "test".' just to see if it can write a file, it says it has but my auto_gpt_workspace...
This fixed it for me, as you're using docker-compose I assume, update your `docker-compose.yml` file to: ``` version: "3.9" services: auto-gpt: image: significantgravitas/auto-gpt depends_on: - redis env_file: - .env environment:...