Update anthropic.ts
This commit is contained in:
parent
3d944010ff
commit
364f85bda8
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export const loadAnthropicChatModels = async () => {
|
||||||
for (const config of modelConfigs) {
|
for (const config of modelConfigs) {
|
||||||
try {
|
try {
|
||||||
chatModels[config.name] = new RetryingChatAnthropic({
|
chatModels[config.name] = new RetryingChatAnthropic({
|
||||||
temperature: 0.7,
|
temperature: 0.5,
|
||||||
anthropicApiKey,
|
anthropicApiKey,
|
||||||
model: config.model,
|
model: config.model,
|
||||||
maxRetries: 3,
|
maxRetries: 3,
|
||||||
|
|
Loading…
Add table
Reference in a new issue