yanniedog / Autocrew

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

Updated lot'so code so that json is used instead of CSV #34

Closed iplayfast closed 9 months ago

iplayfast commented 9 months ago

I've found that LLM's format json much better then csv's and it looked like a lot of work was being done to fix csv output into something manageable. Very cool project!

yanniedog commented 9 months ago

Thanks you for your kind words and great effort here. Yes, I agree, JSON is probably a more reliable option than CSVs. The response from the LLM looked good, but the validation threw an error. I'm happy to implement this once we test it and iron out the bugs (as seen here):

autocrew.log

iplayfast commented 9 months ago

Changed CRLF's at end of lines. (driving me mad) Allowed 3 retries when talking to LLM, as I believe the error you saw was the LLM not giving a good response.

iplayfast commented 9 months ago

Hmm, the crlf issue makes all files unmergable I'm going to redo this pull, so ignore it for now.

yanniedog commented 9 months ago

Changed CRLF's at end of lines. (driving me mad) Allowed 3 retries when talking to LLM, as I believe the error you saw was the LLM not giving a good response.

It should be retrying 10 times...this function appears to have disappeared