mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-02-01 23:33:45 +00:00
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:
parent
6d0a2ff2be
commit
09b9043f35
@ -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