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.43k stars 382 forks source link

IndexError: list index out of range #129

Open 2ndReflection opened 1 year ago

2ndReflection commented 1 year ago
⚠️INSTRUCTIONS: - Enter ONE "x" inside the brackets [x] to choose the answer - [x] Example - [ ] Example2

Have you already searched for your ISSUE among the resolved ones?

What version of Python do you have?

What version of operating system do you have?

What type of installation did you perform?

Describe the bug While installing, I ran into an issue with Faisse, which I promptly fixed in requirements.txt and tried again successfully. Then, I put my ChatGPT and Hugging Face tokens into .env. After that I ran AUTOGPT.py, selected ChatGPT (1), and was met with 'IndexError: list index out of range'

image