What’s the best way to set up a node to process a prompt generated by my front-end? Can I send the text of each prompt via a POST to the same node and then submit it to an AI model, like ChatGPT?
What’s the best way to set up a node to process a prompt generated by my front-end? Can I send the text of each prompt via a POST to the same node and then submit it to an AI model, like ChatGPT?