katanaml / sparrow

Data processing with ML and LLM
https://katanaml.io
GNU General Public License v3.0
3.45k stars 359 forks source link

Validation Error #61

Closed Sumeet213 closed 1 month ago

Sumeet213 commented 1 month ago

ValidationError( model='DynamicModel', errors=[ { 'loc': ('root',), 'msg': 'Expecting value: line 1 column 1 (char 0)', 'type': 'value_error.jsondecode', 'ctx': { 'msg': 'Expecting value', 'doc': 'Empty Response', 'pos': 0, 'lineno': 1, 'colno': 1 } } ]

Llama index with this LLM: 'adrienbrault/nous-hermes2theta-llama3-8b:q5_K_M' keep getting this error
abaranovskis-redsamurai commented 1 month ago

not reproduced