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

Baby AGI ValueError: Invalid Literal #58

Closed DigiTecK3D closed 1 year ago

DigiTecK3D commented 1 year ago

After a certain amount of time running I end up with this at the end, not sure if it's normal. image

IntelligenzaArtificiale commented 1 year ago

This issue is due to the fact that the LLM model output was not as expected.

We changed the original Langchain prompt and it seems to no longer give this error. We are working to add a more open source version of BabyAgI.

DigiTecK3D commented 1 year ago

@IntelligenzaArtificiale sounds good! Thank you!