Skip to content

Commit

Permalink
delete console log
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Oct 20, 2024
1 parent cefc187 commit 695abed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/api/generate-tests/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export async function POST(req: Request) {
Respond with an array of test files with their name being the path to the file and the content being the full contents of the updated test file.`;

console.log("Sending prompt to AI:", prompt);

const result = await streamObject({
model: anthropic("claude-3-5-sonnet-20240620"),
output: "object",
Expand Down

0 comments on commit 695abed

Please sign in to comment.