Simple workflow with chatGPT throwing error
I have this simple workflow (see image) and when I test it, I get this error:
{
"error": {},
"label": "OpenAI Chat",
"message": "Unexpected end of input"
}
When I work from a template (I used the storybook template) and delete a bunch of things to get to the EXACTLY same workflow, then it works!!!
I have no idea what I am doing wrong... Also, the workflow I created has a "test" button, while the one build from the template doesn't...
2 Replies
Hi @meatball sub, I notice a typo in temperature input, should be
0.7
but you have it as 0,7
I think this is due to my location tbh... I made it work by copying the block from the template and using in my workflow... The 0,7 is still 0,7 there...