Set temperature to 0.2

This commit is contained in:
Saoud Rizwan
2024-09-20 10:27:58 -04:00
parent f001aad306
commit 4d1db22fe3
8 changed files with 11 additions and 0 deletions

View File

@@ -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,