Update anthropic.ts

This commit is contained in:
XDA 2024-08-19 22:47:32 -04:00 committed by GitHub
parent 3d944010ff
commit 364f85bda8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,