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

View File

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