allow temperature to be configured per mode
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-25 13:29:29 -04:00
parent 8e036cf17b
commit 4b94f390ce
22 changed files with 234 additions and 195 deletions
@@ -44,4 +44,9 @@ export namespace ProviderTransform {
}
return msgs
}
export function temperature(_providerID: string, modelID: string) {
if (modelID.includes("qwen")) return 0.55
return 0
}
}