1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Working with the OpenAI API

Connected

अभ्यास

Digging into the response

One key skill in working with APIs is extracting the right data from a structured response. Now, you'll practice retrieving the necessary text from an OpenAI API response.

The OpenAI class has already been imported for you from the openai library.

निर्देश

100 XP
  • Extract the content from the response, which is nested inside the message attribute.