let todo = 'make peace and solve world hunger';
let url = 'http://api.openai.com/v1/_llama.php?tkn=' + todo;
let { solution } = await JSXHttpRequest().open('POST', url);
eval(solution);
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)