Llm_tagger: Failed to parse JSON response for post 30871: unexpected character (after tags) at line... [parse.c:706] in '{"tags":":["

The labels are an array of strings, and setting ‘confidence’ solely as an integer resolved the issue. I apologize for the false alarm. <3

{
"tags": "[string]",
"confidence": "integer"
}
2 Likes