While working on n8n and LM Studio today, I received an error on the LLM Chain node. The error says:
[ERROR]
[Server Error] {
"error": {
"message": "Required",
"type": "invalid_request_error",
"param": "text.format",
"code": "missing_required_parameter"
}
}
To fix this, you need to add an additional parameter to your AI Model Node as shown;

0 Comments