[Fixed] n8n and lm studio text.format missing required parameter error

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;


Once added, you can use it without error.










Post a Comment

0 Comments