update anthropic prompt and variables

This commit is contained in:
Dax Raad
2025-08-11 21:01:20 -04:00
parent 3946a08f40
commit dac1506680
3 changed files with 31 additions and 30 deletions

View File

@@ -74,6 +74,7 @@ export namespace ProviderTransform {
export function temperature(_providerID: string, modelID: string) {
if (modelID.toLowerCase().includes("qwen")) return 0.55
if (modelID.toLowerCase().includes("claude")) return 1
return 0
}