fix: sonnet 4 in conversations
Code Analysis / SonarQube (push) Failing after 15s
Node.js CI / Lint and Test (push) Failing after 31s

This commit is contained in:
2025-07-06 15:30:48 -07:00
parent 7087a64861
commit 12fac9fbd1
2 changed files with 200 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export const onMessage = async(message: Message): Promise<void> => {
// eslint-disable-next-line @typescript-eslint/naming-convention -- Required key format for SDK.
max_tokens: 5000,
messages: context,
model: "claude-3-5-sonnet-latest",
model: "claude-sonnet-4-20250514",
system: `${personality} Provide a response to the user that continues the story. The user's name is ${message.author.displayName}`,
temperature: 1,
});