DEV Community

Va Da
Va Da

Posted on

AI will solve all problems

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);
Enter fullscreen mode Exit fullscreen mode

Top comments (0)