mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
cannot chat in Chinese language #433
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xayjin on GitHub (Mar 7, 2024).
Bug Report
Description
Bug Summary:
choose model llama2, chat in Chinese, such as "你好".
response:
Ollama: unexpected EOF
Uh-oh! There was an issue connecting to Ollama.
may be json parsing error with chinese.
Environment
docker ollama and docker open-webui
Logs and Screenshots
Screenshots (if applicable):
@justinh-rahb commented on GitHub (Mar 7, 2024):
@xayjin ensure you have the latest version of the Docker image, v0.1.110 was pushed last night with a fix for this issue.
@xayjin commented on GitHub (Mar 7, 2024):
@justinh-rahb v0.1.110 is all right. thanks very much.