mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-03-09 22:23:20 +00:00
Update README_cn.md
This commit is contained in:
parent
1a1ed7b21d
commit
7354519807
@ -18,38 +18,30 @@
|
||||
```json
|
||||
{
|
||||
"completionOptions": {
|
||||
"temperature": 1.0,
|
||||
"maxTokens": 4096
|
||||
},
|
||||
"models": [{
|
||||
"title": "DeepSeek",
|
||||
"provider": "openai",
|
||||
"model": "deepseek-coder",
|
||||
"apiBase": "https://api.deepseek.com/beta",
|
||||
"apiKey": REDACTED,
|
||||
"contextLength": 8192
|
||||
}],
|
||||
"tabAutocompleteOptions": {
|
||||
"maxPromptTokens": 4096
|
||||
"BaseCompletionOptions": {
|
||||
"temperature": 0.0,
|
||||
"maxTokens": 256
|
||||
}
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"title": "DeepSeek",
|
||||
"model": "deepseek-chat",
|
||||
"contextLength": 128000,
|
||||
"apiKey": "REDACTED",
|
||||
"provider": "openai",
|
||||
"apiBase": "https://api.deepseek.com/beta"
|
||||
}
|
||||
],
|
||||
"tabAutocompleteModel": {
|
||||
"title": "DeepSeek-V2",
|
||||
"model": "deepseek-coder",
|
||||
"apiKey": REDACTED,
|
||||
"contextLength": 8192,
|
||||
"apiBase": "https://api.deepseek.com/beta",
|
||||
"completionOptions": {
|
||||
"maxTokens": 4096,
|
||||
"temperature": 1.0,
|
||||
"topP": 1,
|
||||
"presencePenalty": 0,
|
||||
"frequencyPenalty": 0
|
||||
},
|
||||
"provider": "openai"
|
||||
}
|
||||
}
|
||||
"title": "DeepSeek",
|
||||
"model": "deepseek-chat",
|
||||
"apiKey": "REDACTED",
|
||||
"provider": "openai",
|
||||
"apiBase": "https://api.deepseek.com/beta"
|
||||
},
|
||||
...
|
||||
```
|
||||
|
||||
### 侧边栏对话窗
|
||||

|
||||
|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user