You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing question and discussions and this question is not already answered.
I believe this is a legitimate question, not just a bug or feature request.
Your Question
我使用lightrag-server时,llm模型使用gpt-4o时运行正常,但是使用火山引擎的豆包或DeepSeek以及阿里的通义千问时,会发生如下错误。
Params: {'temperature': 0.0}, Got: 'ascii' codec can't encode characters in position 46-47: ordinal not in range(128)
我尝试在.env文件中设置PYTHONIOENCODING=utf-8,但是还是未得到解决。