Hi
I was looking for solutions and I can see that there are some similar questions but they are not solving my issue.
I was running in in ubuntu localy and now hosting it on n8n and having the same issue.
Describe the problem/error/question
I have a chat node, going into a Question and answer chain. I have the OpenAI Chat node set up to respond in text, in the test chat window I get a plain text answer but if I use the public chat app (hosted) the answers are always seems to be in JSON incited of plain text. How can I change it?
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
@Adam_Hajdu
I addition to what @aya just mentioned, you need to add a code node which will parse your json since it is string then use ‘Split Out’ node and drag your ‘text’ field.