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