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