Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/elizaos/eliza into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 8, 2025
2 parents 70e738a + 248ff4a commit 866fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/generation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ export async function generateText({
frequencyPenalty: frequency_penalty,
presencePenalty: presence_penalty,
experimental_telemetry: experimental_telemetry,
prompt: context,
prompt: context
});

response = bedrockResponse;
Expand Down

0 comments on commit 866fb2c

Please sign in to comment.