Spaces:
Running
Running
Update aiEngine.js
Browse files- 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:
|
| 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" }
|