Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The OpenAI API: GPT, DALL-E & Whisper, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:13
    Introduction
  2. Урок 2. 00:14:15
    Setting Up Jupyter Notebook
  3. Урок 3. 00:03:52
    Creating an OpenAI Account and an API Key
  4. Урок 4. 00:08:42
    Installing OpenAI API Authenticating to OpenAI
  5. Урок 5. 00:06:36
    OpenAI Models
  6. Урок 6. 00:11:20
    Making GPT Requests Using OpenAI API
  7. Урок 7. 00:04:18
    System Role
  8. Урок 8. 00:03:52
    OpenAI API Costs
  9. Урок 9. 00:04:03
    Tokens
  10. Урок 10. 00:06:14
    Chat Completion API Parameters: Temperature and Seed
  11. Урок 11. 00:09:50
    Chat Completion API Parameters: Top P, Max_Tokens, Penalties
  12. Урок 12. 00:05:16
    The Playground
  13. Урок 13. 00:09:52
    How OpenAI GPT Models Work
  14. Урок 14. 00:06:22
    LLMs Issues and Limitations
  15. Урок 15. 00:02:41
    Intro to Prompt Engineering
  16. Урок 16. 00:04:13
    Tactic 1: Position Instruction Clearly with Delimiters
  17. Урок 17. 00:06:38
    Tactic 2: Provide Detailed Instructions for the Context
  18. Урок 18. 00:07:46
    Tactic 3: Use the Rich Text Format (RTF)
  19. Урок 19. 00:08:13
    Tactic 4: Few Shot Prompting
  20. Урок 20. 00:05:17
    Tactic 5: Specify the Steps Required to Complete a Task
  21. Урок 21. 00:02:13
    Tactic 6: Give Models Time to Think
  22. Урок 22. 00:05:38
    Other Tactics and Principles for Better Prompting
  23. Урок 23. 00:03:07
    Avoid Hallucinations Using Guarding
  24. Урок 24. 00:02:07
    Summary
  25. Урок 25. 00:03:05
    Creating Variations of Images with DALL-E
  26. Урок 26. 00:10:34
    Generating Original Images Using the DALL-E
  27. Урок 27. 00:05:40
    Editing Images with DALL-E
  28. Урок 28. 00:05:48
    Transcriptions with Whisper
  29. Урок 29. 00:03:12
    Translations with Whisper
  30. Урок 30. 00:07:03
    Text-to-Speech (TTS) API
  31. Урок 31. 00:02:32
    Project Introduction
  32. Урок 32. 00:05:39
    Creating a Daily Meal Plan Using OpenAI API
  33. Урок 33. 00:08:43
    Creating the Prompt
  34. Урок 34. 00:03:24
    Running the Program
  35. Урок 35. 00:11:54
    Generating Original Images for the Recipes using DALL-E
  36. Урок 36. 00:10:24
    Narrate the Meals using the Text-to-Speech Model