Skip to content

Commit

Permalink
fix semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Feb 13, 2025
1 parent a314c48 commit c64ee09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-anthropic/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ export const anthropicPlugin: Plugin = {
if (text.length === 0) {
throw new Error("Failed to generate text");
}
console.log("generated with test_text_small:", text);
console.log("generated with test_text_large:", text);
} catch (error) {
console.error("Error in test_text_small:", error);
console.error("Error in test_text_large:", error);
throw error;
}
}
Expand Down

0 comments on commit c64ee09

Please sign in to comment.