Update Continue.dev README.md

closes #30
This commit is contained in:
XieJiSS 2024-08-28 11:44:21 +08:00 committed by GitHub
parent b365a8a928
commit c296aba2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ Please use the following config before we release official FIM support:
```json ```json
{ {
"completionOptions": { "completionOptions": {
"temperature": 0, "temperature": 1.0,
"maxTokens": 4096 "maxTokens": 4096
}, },
"models": [{ "models": [{
@ -42,7 +42,7 @@ Please use the following config before we release official FIM support:
"apiBase": "https://api.deepseek.com/beta", "apiBase": "https://api.deepseek.com/beta",
"completionOptions": { "completionOptions": {
"maxTokens": 4096, "maxTokens": 4096,
"temperature": 0, "temperature": 1.0,
"topP": 1, "topP": 1,
"presencePenalty": 0, "presencePenalty": 0,
"frequencyPenalty": 0 "frequencyPenalty": 0