Failed to deserialize the JSON body into the target type: inputs: invalid type: map, expected a string at line 1 column 10
Status: Open · Asked by Angel Ernesto Cocoletzi Flores on · 0 views
I'm doing an integration between facebook msg and hugging face with the action event: GET answers, however, when placing all the requested information the following error appears "Failed to deserialize the JSON body into the target type: inputs: invalid type: map, expected a string at line 1 column 10". Does anyone have this same problem and could you share how you solved it?


Hi @Letzi,
It seems that the model you are trying to use is not available on Hugging Face. Please try using a model listed here: https://huggingface.co/models?pipeline_tag=question-answering and see if that resolves your issue.