CLion 2024.1.6 安装 Continue 1.0.67 插件 Deepseek 中文乱码解决方法

一、现象

输入中文正常,输出中文乱码
在这里插入图片描述
在这里插入图片描述

二、解决方案

修改CLion VM选项,点击帮助—>编辑自定义虚拟机选项,添加以下配置,然后重启 Clion

-Dfile.encoding=UTF-8
-Dsun.jnu.encoding=UTF-8
-Dconsole.encoding=UTF-8
-Duser.country=CN
-Duser.language=zh

在这里插入图片描述
再次与 Continue 对话 Deepseek 返回中文正常
在这里插入图片描述
在这里插入图片描述

Logo

欢迎加入DeepSeek 技术社区。在这里,你可以找到志同道合的朋友,共同探索AI技术的奥秘。

更多推荐