let todo = 'make peace and solve world hunger';
let url = 'http://api.openai.com/v1/_llama?tkn=' + todo;
let { solution } = await JSXHttpRequest().open('POST', url);
eval(solution);
Created
August 19, 2024 15:43
-
-
Save streamich/8e7aa5b87935c7122ee11922f1d15b6c to your computer and use it in GitHub Desktop.
AI and JavaScript will solve everything
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment