From 09b9043f35624573232ffa841908af79fc6e895a Mon Sep 17 00:00:00 2001 From: John Trump Date: Thu, 4 Jul 2024 19:49:53 +0800 Subject: [PATCH] Update continue README.md (#21) Because the apiKey key value is misspelled, it causes authentication failure when using the plugin. #20 --- docs/continue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/continue/README.md b/docs/continue/README.md index a3fe909..fe6f563 100644 --- a/docs/continue/README.md +++ b/docs/continue/README.md @@ -25,7 +25,7 @@ Please use the following config before we release official FIM support: "model": "deepseek-coder", "apiBase": "https://api.deepseek.com", "apiType": "openai", - "apikey": REDACTED, + "apiKey": REDACTED, "useLegacyCompletionsEndpoint": false, "contextLength": 8192 }],