chenfei-wu / TaskMatrix

Other
34.51k stars 3.32k forks source link

Fix Encoding Error when runs on windows with chinese char #338

Closed ezioruan closed 1 year ago

ezioruan commented 1 year ago

Fix Chinese encoding error: File "visual_chatgpt.py", line 75 SyntaxError: Non-UTF-8 code starting with '\xe4' in file visual_chatgpt.py on line 76, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

miaomiaotail commented 1 year ago

👍