Closed iplayfast closed 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):
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.
Hmm, the crlf issue makes all files unmergable I'm going to redo this pull, so ignore it for now.
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
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!