@@ -127,7 +127,8 @@ async function callLLMBedrock({ awsAccessKey, awsSecretKey, awsRegion, model, sy
system:system,
messages:[
{role:'user',content:user}
]
],
max_tokens:64000,
});
// Extract text content from response (similar behavior to OpenAI-compatible)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.