mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-06-26 18:17:29 +00:00
@@ -20,7 +20,7 @@ Please use the following config before we release official FIM support:
|
||||
```json
|
||||
{
|
||||
"completionOptions": {
|
||||
"temperature": 0,
|
||||
"temperature": 1.0,
|
||||
"maxTokens": 4096
|
||||
},
|
||||
"models": [{
|
||||
@@ -42,7 +42,7 @@ Please use the following config before we release official FIM support:
|
||||
"apiBase": "https://api.deepseek.com/beta",
|
||||
"completionOptions": {
|
||||
"maxTokens": 4096,
|
||||
"temperature": 0,
|
||||
"temperature": 1.0,
|
||||
"topP": 1,
|
||||
"presencePenalty": 0,
|
||||
"frequencyPenalty": 0
|
||||
|
||||
Reference in New Issue
Block a user