Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Building AI Apps with the Gemini API, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:26
    Introduction
  • Урок 2. 00:00:36
    What We're Using
  • Урок 3. 00:14:11
    Jupyter Notebook
  • Урок 4. 00:08:08
    Google Colab
  • Урок 5. 00:04:21
    Getting a Gemini API Key
  • Урок 6. 00:09:52
    Installing the Python SDK for Gemini API and Authenticating to Gemini
  • Урок 7. 00:05:15
    Gemini Multimodal Models: Nano, Pro, and Ultra
  • Урок 8. 00:06:12
    Google AI Studio: Freeform Prompts With Gemini Pro Vision
  • Урок 9. 00:03:05
    Google AI Studio: Using Variables and Parameters in the Prompt
  • Урок 10. 00:04:23
    Generating Text From Text Inputs: Gemini Pro
  • Урок 11. 00:03:36
    Streaming Model Responses
  • Урок 12. 00:05:13
    Generating Text From Image and Text Inputs: Gemini Pro Vision
  • Урок 13. 00:06:12
    Gemini API Generation Parameters: Controlling How the Model Generates Responses
  • Урок 14. 00:10:14
    Gemini API Generation Parameters Explained
  • Урок 15. 00:07:54
    Building Chat Conversations
  • Урок 16. 00:07:19
    Project: Building a Conversational Agent Using Gemini Pro
  • Урок 17. 00:04:11
    Introduction to Gemini 1.5 Pro
  • Урок 18. 00:05:43
    System Instructions
  • Урок 19. 00:06:09
    The File API Prompting with Media Files
  • Урок 20. 00:06:42
    Tokens
  • Урок 21. 00:04:21
    Prompting with Audio
  • Урок 22. 00:05:54
    Project Requirements
  • Урок 23. 00:05:23
    Building the Application
  • Урок 24. 00:01:49
    Testing the Application
  • Урок 25. 00:02:49
    Streamlit: Transform Your Jupyter Notebooks into Interactive Web Apps
  • Урок 26. 00:11:20
    Creating the Web App Layout With Streamlit
  • Урок 27. 00:05:20
    Saving and Displaying the History Using the Streamlit Session State
  • Урок 28. 00:00:57
    Project Introduction
  • Урок 29. 00:06:18
    Getting Images Using a Generator
  • Урок 30. 00:09:35
    Renaming Images Using Gemini Pro Vision
  • Урок 31. 00:03:13
    Intro to Prompt Engineering the Gemini API
  • Урок 32. 00:05:02
    Tactic #1 - Position Instructions Clearly With Delimiters
  • Урок 33. 00:06:11
    Tactic #2 - Provide Detailed Instructions for the Context, Outcome, or Length
  • Урок 34. 00:06:14
    Tactic #3 - Specify the Response Format
  • Урок 35. 00:06:56
    Tactic #4 - Few-Shot Prompting
  • Урок 36. 00:06:29
    Tactic #5 - Specify the Steps Required to Complete a Task
  • Урок 37. 00:04:34
    Tactic #6 - Give Models Time to "Think"
  • Урок 38. 00:06:21
    Other Tactics for Better Prompting and Avoiding Hallucinations
  • Урок 39. 00:02:13
    Prompt Engineering Summary