From e6ccfba16ee19bdbbda85f2387308c683960e01d Mon Sep 17 00:00:00 2001 From: John Trump Date: Thu, 4 Jul 2024 10:46:25 +0800 Subject: [PATCH] Update continue README.md 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 }],