Update continue README.md (#21)

Because the apiKey key value is misspelled, it causes authentication failure when using the plugin.
#20
This commit is contained in:
John Trump 2024-07-04 19:49:53 +08:00 committed by GitHub
parent 6d0a2ff2be
commit 09b9043f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}],