Open DuyguA opened 3 months ago
Same thing...
the temporary fix works for me : on /poe_api_wrapper/api.py change the timeout to 10 seconds and then add except Exception as e: if (len(last_text) > 0): yield response return raise e yield the response if last_text not empty while queue.Empty
I get this error with Gemini Pro 1.0:
I tried cleaning the context, creating a new bot but nothing helped. Any help is appreciated!