yanniedog / Autocrew

Automatically create a crew and tasks for CrewAI
Creative Commons Zero v1.0 Universal
183 stars 34 forks source link

ValueError: Missing or incomplete data for "role" #35

Open Gerkinfeltser opened 7 months ago

Gerkinfeltser commented 7 months ago

I've been encountering the following error upon running welcome.py (& autocrew.py) ValueError: Missing or incomplete data for "role"

I'm running autocrew on Windows 10 WSL Ubuntu. Here's the log: autocrew.log

EDIT: I've had this error using both ollama models & openai.

yanniedog commented 7 months ago

Thanks for raising this. I'm getting the same thing. Because the "role" is the first header of the table, it is the first one to get messed up if the raw output, or parsing, is incorrect.

Still working on this one.

hotepbubba commented 5 months ago

same here