From c296aba2b252a621bdd45d81e19630ca6d3f6f82 Mon Sep 17 00:00:00 2001 From: XieJiSS Date: Wed, 28 Aug 2024 11:44:21 +0800 Subject: [PATCH] Update Continue.dev README.md closes #30 --- docs/continue/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/continue/README.md b/docs/continue/README.md index 2ed1e4a..7524bb6 100644 --- a/docs/continue/README.md +++ b/docs/continue/README.md @@ -20,7 +20,7 @@ Please use the following config before we release official FIM support: ```json { "completionOptions": { - "temperature": 0, + "temperature": 1.0, "maxTokens": 4096 }, "models": [{ @@ -42,7 +42,7 @@ Please use the following config before we release official FIM support: "apiBase": "https://api.deepseek.com/beta", "completionOptions": { "maxTokens": 4096, - "temperature": 0, + "temperature": 1.0, "topP": 1, "presencePenalty": 0, "frequencyPenalty": 0