Hi,
I'm trying something new for me in n8n: I'm trying to connect Hugging Face models to n8n using the "Basic LLM Chain" node, but there are two kinds of errors that I am facing with the "Hugging Face Inference Model" node:
- No Inference Provider available for model(ex: [ERROR: No Inference Provider available for model google/functiongemma-270m-it.])
- Model is not supported for task text-generation and provider Novita. Supported task: conversational.(ex: [ERROR: Model MiniMaxAI/MiniMax-M2.1 is not supported for task text-generation and provider novita. Supported task: conversational.])
So, I did some research about this, but I want to know what solutions you are using here in the community.