Update README.md

This commit is contained in:
Nate Sesti 2024-09-14 22:30:51 -07:00 committed by GitHub
parent 9b567bd01f
commit 6eb3ece94a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,16 +27,14 @@ Continue will generate, refactor, and explain entire sections of code with LLMs.
"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",
"model": "deepseek-chat", "model": "deepseek-chat",
"apiKey": "REDACTED", "apiKey": "REDACTED",
"provider": "openai", "provider": "deepseek"
"apiBase": "https://api.deepseek.com/beta"
}, },
... ...
``` ```