From 73545198070352221ddd0256e72ddab020cc7964 Mon Sep 17 00:00:00 2001 From: DillionMango Date: Mon, 9 Sep 2024 14:33:28 +0800 Subject: [PATCH] Update README_cn.md --- docs/continue/README_cn.md | 52 ++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/docs/continue/README_cn.md b/docs/continue/README_cn.md index b3e01e5..89b4f89 100644 --- a/docs/continue/README_cn.md +++ b/docs/continue/README_cn.md @@ -18,38 +18,30 @@ ```json { "completionOptions": { - "temperature": 1.0, - "maxTokens": 4096 - }, - "models": [{ - "title": "DeepSeek", - "provider": "openai", - "model": "deepseek-coder", - "apiBase": "https://api.deepseek.com/beta", - "apiKey": REDACTED, - "contextLength": 8192 - }], - "tabAutocompleteOptions": { - "maxPromptTokens": 4096 + "BaseCompletionOptions": { + "temperature": 0.0, + "maxTokens": 256 + } }, + "models": [ + { + "title": "DeepSeek", + "model": "deepseek-chat", + "contextLength": 128000, + "apiKey": "REDACTED", + "provider": "openai", + "apiBase": "https://api.deepseek.com/beta" + } + ], "tabAutocompleteModel": { - "title": "DeepSeek-V2", - "model": "deepseek-coder", - "apiKey": REDACTED, - "contextLength": 8192, - "apiBase": "https://api.deepseek.com/beta", - "completionOptions": { - "maxTokens": 4096, - "temperature": 1.0, - "topP": 1, - "presencePenalty": 0, - "frequencyPenalty": 0 - }, - "provider": "openai" - } -} + "title": "DeepSeek", + "model": "deepseek-chat", + "apiKey": "REDACTED", + "provider": "openai", + "apiBase": "https://api.deepseek.com/beta" + }, +... ``` -### 侧边栏对话窗 +![image](https://github.com/user-attachments/assets/30aca5ee-b1bc-4c01-a007-45bb229283dd) -![image](https://github.com/deepseek-ai/awesome-deepseek-integration/assets/13600976/7114a8ef-c20a-4f06-91b3-2399c6b77b2d)