mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-21 02:59:05 -04:00
Update continue README.md
Because the apiKey key value is misspelled, it causes authentication failure when using the plugin. #20
This commit is contained in:
parent
6d0a2ff2be
commit
e6ccfba16e
@ -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
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user