mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Set temperature to 0.2
This commit is contained in:
@@ -31,6 +31,7 @@ export class AwsBedrockHandler implements ApiHandler {
|
||||
const message = await this.client.messages.create({
|
||||
model: this.getModel().id,
|
||||
max_tokens: this.getModel().info.maxTokens,
|
||||
temperature: 0.2,
|
||||
system: systemPrompt,
|
||||
messages,
|
||||
tools,
|
||||
|
||||
Reference in New Issue
Block a user