emilekm2142
emilekm2142
How can I convert `org.json.JSONObject` from android to message pack? My object is nested multiple times.
I want to build one badge on my own, but I would like to use St7735 based display. Ugfx has a driver for it. What should I do to make...
Add a mention of `python3 -m playwright install` to the docs. Simple `playwright install` did not work for me.
After login in with session token and calling ```.get_chat_response("hello there", output="text")``` I get ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/revChatGPT/revChatGPT.py", line 211, in __get_chat_text response = response.text.splitlines()[-4] IndexError: list...