mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-03 18:44:03 +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
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Please use the following config before we release official FIM support:
|
||||||
"model": "deepseek-coder",
|
"model": "deepseek-coder",
|
||||||
"apiBase": "https://api.deepseek.com",
|
"apiBase": "https://api.deepseek.com",
|
||||||
"apiType": "openai",
|
"apiType": "openai",
|
||||||
"apikey": REDACTED,
|
"apiKey": REDACTED,
|
||||||
"useLegacyCompletionsEndpoint": false,
|
"useLegacyCompletionsEndpoint": false,
|
||||||
"contextLength": 8192
|
"contextLength": 8192
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Add table
Reference in a new issue