You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was an error parsing the JSON object, probably, the model outputted a wrongly formatted JSON object. Try to run the program again :)
Expecting value: line 1 column 1 (char 0)
After running python3 -m app
The text was updated successfully, but these errors were encountered:
this error is quite common, the model is asked to output in json format (later I learned I can force it with an attribute in the groq call and not via prompting, will change). Either way, sometimes fails since it's still a "small-ish" model for the task it is developing. Will change it but expect the error to still occur while still using LLaMA 3.1 70B. As the error message suggest, just by re-running the program, it will most likely run correctly again. It's a probability game.
After running python3 -m app
The text was updated successfully, but these errors were encountered: