Chat and insight responses formatted incorrectly #367
Unanswered
mwaterreus
asked this question in
Q&A
Replies: 1 comment
-
|
It seems like this should be get reponse text and viewed in Markdown format. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Might be just me but I been trying to fix this and can't find a cause nor a solution.
I got everything up and running in Docker with connections to both Mistral and Gemini. Open Notebook is running at version 12.4. Everything seems to working correctly and API-calls are executed as would be expected. Stuff is running in Docker on a Synology and both the frontend and the API are functioning correctly.
However, when creating insights and asking questions through chat in a notebook the responses seem to just be thrown out as JSON-formatted responses without correctly parsing them in a readable format. Stuff like "[{'type': 'text', 'text': '" should not show up in the insights nor in the chat responses I would think.
Interesting is that Chat within the context of a source works correctly in parsing the result, but Insights again shows the unparsed output.
Is there anything I fubard in my installation and configuration or is something else a problem here?
Beta Was this translation helpful? Give feedback.
All reactions