From 39aa2d27984bb7d68319543a26d968d3ac95bfa1 Mon Sep 17 00:00:00 2001 From: XieJiSS Date: Wed, 28 Aug 2024 11:44:59 +0800 Subject: [PATCH] Update Continue.dev README_cn.md --- docs/continue/README_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/continue/README_cn.md b/docs/continue/README_cn.md index 5bf17cd..b3e01e5 100644 --- a/docs/continue/README_cn.md +++ b/docs/continue/README_cn.md @@ -18,7 +18,7 @@ ```json { "completionOptions": { - "temperature": 0, + "temperature": 1.0, "maxTokens": 4096 }, "models": [{ @@ -40,7 +40,7 @@ "apiBase": "https://api.deepseek.com/beta", "completionOptions": { "maxTokens": 4096, - "temperature": 0, + "temperature": 1.0, "topP": 1, "presencePenalty": 0, "frequencyPenalty": 0