Herikles

Results 3 comments of Herikles

> java.lang.IllegalStateException: Not allowed to set the device owner because there are already some accounts on the device You must remove all accounts on your phone (like whatsapp, google, etc)....

Have you used the update.py script to download the discord module? Manually downloading it doesn't work for me, but by using the update.py script, it works.

You can fix it temporarily by changing line 76 in llmchat/llm_sources/llama.py from `ret += chunk["choices"][0]["text"]` to `ret += chunk`