Merge pull request #46 from bcxy007/patch-2

Update README_cn.md
This commit is contained in:
Huang Panpan 2024-12-05 16:52:26 +08:00 committed by GitHub
commit d082fb5dca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,16 +27,14 @@
"model": "deepseek-chat",
"contextLength": 128000,
"apiKey": "REDACTED",
"provider": "openai",
"apiBase": "https://api.deepseek.com/beta"
"provider": "deepseek"
}
],
"tabAutocompleteModel": {
"title": "DeepSeek",
"model": "deepseek-chat",
"title": "DeepSeek Coder",
"model": "deepseek-coder",
"apiKey": "REDACTED",
"provider": "openai",
"apiBase": "https://api.deepseek.com/beta"
"provider": "deepseek",
},
...
```