chore: set temperature to 0 for evaluation purposes

This commit is contained in:
Akhilesh Kumar
2026-03-20 00:46:08 +00:00
parent 277f0bb361
commit f016539195
@@ -28,7 +28,7 @@ export const DEFAULT_MODEL_CONFIGS: ModelConfigServiceConfig = {
thinkingConfig: {
includeThoughts: true,
},
temperature: 1,
temperature: 0,
topP: 0.95,
topK: 64,
},
@@ -244,7 +244,7 @@ export const DEFAULT_MODEL_CONFIGS: ModelConfigServiceConfig = {
match: { model: 'chat-base', isRetry: true },
modelConfig: {
generateContentConfig: {
temperature: 1,
temperature: 0,
},
},
},