OpenAI Examples

Options
brian
brian Administrator

ADMIN

edited February 2023 in ✂️ Snippets

Learn the basics of using the OpenAI API with Xano with three examples.

Here's how to get started:

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

Tagged:

Comments