Skip to content

Commit

Permalink
chore: log gemini result
Browse files Browse the repository at this point in the history
  • Loading branch information
nonumpa committed Dec 9, 2024
1 parent a98d392 commit 214443b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getSpamList.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export async function getSpamList(replies) {
];

const result = await model.generateContent(prompt);
// console.log('generateContent:', result.response.text());
console.log('generateContent:', result.response.text());
const resultText = JSON.parse(result.response.text());

// console.log(resultText);
Expand Down

0 comments on commit 214443b

Please sign in to comment.