From 6d0a2ff2be8d762405aecb159b11fe32ce84848f Mon Sep 17 00:00:00 2001 From: XieJiSS Date: Tue, 2 Jul 2024 14:48:49 +0800 Subject: [PATCH] Update continue.dev README_cn.md --- docs/continue/README_cn.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/continue/README_cn.md b/docs/continue/README_cn.md index 1f9bed3..01a9495 100644 --- a/docs/continue/README_cn.md +++ b/docs/continue/README_cn.md @@ -17,7 +17,16 @@ ```json { - "models": [], + "models": [{ + "title": "DeepSeek", + "provider": "openai", + "model": "deepseek-coder", + "apiBase": "https://api.deepseek.com", + "apiType": "openai", + "apikey": REDACTED, + "useLegacyCompletionsEndpoint": false, + "contextLength": 8192 + }], "tabAutocompleteOptions": { "template": "Please teach me what I should write in the `hole` tag, but without any further explanation and code backticks, i.e., as if you are directly outputting to a code editor. It can be codes or comments or strings. Don't provide existing & repetitive codes. If the provided prefix and suffix contain incomplete code and statement, your response should be able to be directly concatenated to the provided prefix and suffix. Also note that I may tell you what I'd like to write inside comments. \n{{{prefix}}}{{{suffix}}}\n\nPlease be aware of the environment the hole is placed, e.g., inside strings or comments or code blocks, and please don't wrap your response in ```. You should always provide non-empty output.\n", "useCache": true,