mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-02-23 06:09:02 -05:00
parent
b365a8a928
commit
c296aba2b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user