Chore: cleaning

This commit is contained in:
Grail Finder
2025-08-08 15:47:29 +03:00
parent 6600cf8034
commit 9e2165e056
3 changed files with 25 additions and 25 deletions

View File

@@ -54,6 +54,7 @@ func (p *deepSeekParser) MakePayload(prompt string) io.Reader {
"stream_options": null,
"suffix": null,
"temperature": 1,
"n_probs": 10,
"top_p": 1
}`, prompt))
}