mirror of https://gitee.com/openkylin/docs.git
update 02_基础操作/AI模型管理/基于KylinCode+DeepSeek实现AI编程助手.md.
Signed-off-by: zhangtianxiong <ztx159@163.com>
This commit is contained in:
parent
11c0a2f9bd
commit
1abc9cefd8
|
@ -4,15 +4,23 @@
|
|||
### 第一步:
|
||||
安装并运行ollama服务及DeepSeek-R1模型,具体见上一期文章:https://docs.openkylin.top/zh/02_%E5%9F%BA%E7%A1%80%E6%93%8D%E4%BD%9C/AI%E6%A8%A1%E5%9E%8B%E7%AE%A1%E7%90%86/%E5%9F%BA%E4%BA%8EopenKylin%E6%9C%AC%E5%9C%B0%E9%83%A8%E7%BD%B2%E5%B9%B6%E8%BF%90%E8%A1%8CDeepSeek-R1%E5%BC%80%E6%BA%90%E6%A8%A1%E5%9E%8B
|
||||
|
||||

|
||||
|
||||
### 第二步:
|
||||
打开KylinCode集成开发工具,在插件商店搜索并安装“Continue”,这是一款开源AI编程助手插件。安装后如下图所示:
|
||||
|
||||

|
||||
|
||||
### 第三步:
|
||||
在“Continue”插件点击“Add Chat model”。
|
||||
|
||||

|
||||
|
||||
选择我们在第一步已运行的ollama服务及DeepSeek-R1模型,然后点击“Connect”完成DeepSeek-R1模型配置,如下图所示:
|
||||
|
||||

|
||||
|
||||
### 第四步:
|
||||
按提示选择需要处理的代码文件,并说明需要DeepSeeK如何处理。如下图所示,请DeepSeek帮忙分析一下这段代码:
|
||||
|
||||

|
Loading…
Reference in New Issue