tweak: fallback to provider default for temperature
This commit is contained in:
parent
dbfdb54315
commit
ac843d39ea
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ export namespace ProviderTransform {
|
||||||
// if (id.includes("thinking")) return 1.0
|
// if (id.includes("thinking")) return 1.0
|
||||||
// return 0.6
|
// return 0.6
|
||||||
// }
|
// }
|
||||||
return 0
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
export function topP(model: Provider.Model) {
|
export function topP(model: Provider.Model) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue