Open Kas1o opened 1 month ago
It should work. If it does not work, your terminal does not support printing non-english characters.
I am using Windows Terminal, Output can display but Prompt will only display in unicode sequence.
Ah, that's because it's printing out the raw json stringified payload
koboldcpp.py Line 2005 set ensure_ascii=False can help non-English user read their prompt simpler.