tweak: fallback to provider default for temperature
This commit is contained in:
parent
10ee6d345b
commit
0c7f0cfa2e
@ -209,7 +209,7 @@ export namespace ProviderTransform {
|
||||
// if (id.includes("thinking")) return 1.0
|
||||
// return 0.6
|
||||
// }
|
||||
return 0
|
||||
return undefined
|
||||
}
|
||||
|
||||
export function topP(model: Provider.Model) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user