Skip to content

Instantly share code, notes, and snippets.

@streamich
Created August 19, 2024 15:43
Show Gist options
  • Save streamich/8e7aa5b87935c7122ee11922f1d15b6c to your computer and use it in GitHub Desktop.
Save streamich/8e7aa5b87935c7122ee11922f1d15b6c to your computer and use it in GitHub Desktop.
AI and JavaScript will solve everything
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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment