diff --git a/docs/cline/README.md b/docs/cline/README.md index 69ab829..d7e9a49 100644 --- a/docs/cline/README.md +++ b/docs/cline/README.md @@ -33,3 +33,17 @@ Meet Cline, an AI assistant that can use your CLI aNd Editor. ## Integrate with DeepSeek API ![image](./assets/cline-02.png) + +## Best practices + +1. **Disable Cline's Auto Approve Feature**: It is recommended to disable Cline's Auto Approve feature when using DeepSeek to reduce resource consumption and minimize the risk of lag caused by concurrent multiple requests. + +2. **Use Modified Versions of Cline**: For example, Roo-Cline or ALine. These modified versions carry relatively shorter contexts, handle requests more smoothly, and have a higher cache hit rate, which can help save API call costs. + +3. **Use DeepSeek with Caution for Large Projects**: For large code projects, it is not recommended to use DeepSeek + Cline. Large projects typically carry a large amount of code context, which can significantly slow down API request processing. + +4. **Switch to Other LLM Providers**: It is recommended to switch to other LLM providers when using Cline for a smoother experience. + +## Roo Cline + +![image](./assets/roocline-00.png) diff --git a/docs/cline/README_cn.md b/docs/cline/README_cn.md index cd6b5cd..c2b3fff 100644 --- a/docs/cline/README_cn.md +++ b/docs/cline/README_cn.md @@ -33,3 +33,17 @@ Cline 是一款能够使用您的 CLI 和编辑器的 AI 助手。 ## 与 DeepSeek API 集成 ![image](./assets/cline-02.png) + +## 最佳实践 + +1. **关闭 Cline 的 Auto Approve 功能**:建议在使用 DeepSeek 时,关闭 Cline 的 Auto Approve 功能,以降低资源消耗,降低多请求因并发带来的卡顿风险。 + +2. **使用 Cline 改版**:例如 Roo-Cline 或 ALine。这些改版携带的上下文相对短,处理请求时表现更为流畅,且缓存命中率更高,可以帮助节省 API 调用成本。 + +3. **慎用 DeepSeek 处理大型工程**:对于大型代码工程,不建议使用 DeepSeek + Cline。大型工程通常会携带大量代码上下文,会导致 API 请求处理速度明显变慢。 + +4. **更换其他 LLM 提供商**:建议您在使用 Cline 时,更换其他 LLM 提供商,以获得更流畅的体验。 + +## Roo Cline + +![image](./assets/roocline-00.png) diff --git a/docs/cline/assets/cline-01.png b/docs/cline/assets/cline-01.png index 0f36073..01bf38c 100644 Binary files a/docs/cline/assets/cline-01.png and b/docs/cline/assets/cline-01.png differ diff --git a/docs/cline/assets/roocline-00.png b/docs/cline/assets/roocline-00.png new file mode 100644 index 0000000..fa5b0c4 Binary files /dev/null and b/docs/cline/assets/roocline-00.png differ