mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-02 18:24:04 +00:00
Update README.md
This commit is contained in:
parent
9b567bd01f
commit
6eb3ece94a
1 changed files with 2 additions and 4 deletions
|
@ -27,16 +27,14 @@ Continue will generate, refactor, and explain entire sections of code with LLMs.
|
|||
"model": "deepseek-chat",
|
||||
"contextLength": 128000,
|
||||
"apiKey": "REDACTED",
|
||||
"provider": "openai",
|
||||
"apiBase": "https://api.deepseek.com/beta"
|
||||
"provider": "deepseek"
|
||||
}
|
||||
],
|
||||
"tabAutocompleteModel": {
|
||||
"title": "DeepSeek",
|
||||
"model": "deepseek-chat",
|
||||
"apiKey": "REDACTED",
|
||||
"provider": "openai",
|
||||
"apiBase": "https://api.deepseek.com/beta"
|
||||
"provider": "deepseek"
|
||||
},
|
||||
...
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue