We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8890c7b commit 149ce5fCopy full SHA for 149ce5f
1 file changed
predictGender/index.js
@@ -52,6 +52,7 @@ export default {
52
max_tokens: 100,
53
temperature: 0.1
54
});
55
+ console.log('response', response);
56
57
// Parse and validate the JSON response
58
let jsonResponse;
0 commit comments