Commit 21b634a
committed
fix: change top_p from 0 to 0.1 for DeepSeek API compatibility
DeepSeek's OpenAI-compatible API rejects top_p=0 with:
'Invalid top_p value, the valid range of top_p is (0, 1.0]'
top_p=0.1 is the closest valid value that preserves near-deterministic
behavior while satisfying the API constraint.1 parent 3045a44 commit 21b634a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments