gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

bug : Unicode Conversion Error in kr , model support kr , ui not support kr

Open gudcks0305 opened this issue 1 year ago • 3 comments

Bug Images

image

image above response mean that this model support every languages for kr.

gudcks0305 avatar Apr 28 '23 07:04 gudcks0305

same for chinese

zwjzxh520 avatar Apr 28 '23 07:04 zwjzxh520

decode the answer text in streamlit_app.py (line 45)

nongfu9woo avatar Apr 28 '23 07:04 nongfu9woo

same for chinese

在streamlit_app.py中,将45行那获取到answer改成st.markdown(bytes(answer, 'utf-8').decode('unicode_escape'))

nongfu9woo avatar Apr 28 '23 07:04 nongfu9woo

got fixed

xtekky avatar Apr 28 '23 23:04 xtekky