everydaytok commited on
Commit
bb1f596
·
verified ·
1 Parent(s): 2d7c2cd

Update aiEngine.js

Browse files
Files changed (1) hide show
  1. aiEngine.js +1 -1
aiEngine.js CHANGED
@@ -63,7 +63,7 @@ export const AIEngine = {
63
  modelId: "arn:aws:bedrock:us-east-1:106774395747:inference-profile/global.anthropic.claude-sonnet-4-6",
64
  system: [{ text: sysPrompt }],
65
  messages: [...chatHistory, { role: "user", content: [{ text: input }] }],
66
- inferenceConfig: { maxTokens: 4000, temperature: 1 },
67
  additionalModelRequestFields: {
68
  thinking: { type: "adaptive" },
69
  output_config: { effort: "high" }
 
63
  modelId: "arn:aws:bedrock:us-east-1:106774395747:inference-profile/global.anthropic.claude-sonnet-4-6",
64
  system: [{ text: sysPrompt }],
65
  messages: [...chatHistory, { role: "user", content: [{ text: input }] }],
66
+ inferenceConfig: { maxTokens: 50000, temperature: 1 },
67
  additionalModelRequestFields: {
68
  thinking: { type: "adaptive" },
69
  output_config: { effort: "high" }