Learn the basics of using the OpenAI API with Xano with three examples.
Here's how to get started:
- Snippet
- Video walk-through
- Instructions:Â how to add a snippet
The snippet contains:
- GET /review_generator:Â an endpoint from to create a review of a restaurant
- GET /recipe-creator:Â an endpoint from that generates a recipe from a list of ingredients
- GET /tweet-classifier:Â an endpoint from that classifies if the sentiment of a tweet is positive, negative, or neutral.
In this snippet you can learn:
- How to use the foundational parameters of the OpenAI API