Websocket connection closes when gemini executes code using Matplotlib #182
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I was working through Gemini live api and asking LLM to draw a graph based on some data. The model performed everything correctly and built a graph. But when I sent her the next request, the connection was lost. This is what is output in the logs:
Then I decided to test the same thing through Google aistudio. Got the same result. The connection is terminated.
Moreover, when the model executes any other code, everything seems to be fine.
Steps to reproduce
The text was updated successfully, but these errors were encountered: