mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
openai: don't scale temperature or frequency_penalty (#6514)
This commit is contained in:
@@ -275,7 +275,7 @@ func TestCompletionsMiddleware(t *testing.T) {
|
||||
Options: map[string]any{
|
||||
"frequency_penalty": 0.0,
|
||||
"presence_penalty": 0.0,
|
||||
"temperature": 1.6,
|
||||
"temperature": 0.8,
|
||||
"top_p": 1.0,
|
||||
"stop": []any{"\n", "stop"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user