diff --git a/src/lib/providers/anthropic.ts b/src/lib/providers/anthropic.ts
index eb54569..5deac3f 100644
--- a/src/lib/providers/anthropic.ts
+++ b/src/lib/providers/anthropic.ts
@@ -59,7 +59,7 @@ export const loadAnthropicChatModels = async () => {
   for (const config of modelConfigs) {
     try {
       chatModels[config.name] = new RetryingChatAnthropic({
-        temperature: 0.7,
+        temperature: 0.5,
         anthropicApiKey,
         model: config.model,
         maxRetries: 3,