Prompt Engineering in Python, with GPT, and the OpenAI API
大小710.48 MB
文件数74
Info Hash:DF5AC95724102BE5281D8B113E50867B43F66717
收录时间2025-12-13 22:41:21
更新时间2025-12-21 07:13:47
文件列表 (74)
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/002. JSON Mode, and pushing GPT 3.5 to the level of GPT 4 with smart prompting.mp4
73.59 MB
Chapter 1 Introduction/001. Course Overview and Key Points of Difference.mp4
62.97 MB
Chapter 1 Introduction/002. Introduction.en.srt
5.21 KB
Chapter 1 Introduction/002. Introduction.mp4
15.36 MB
Chapter 1 Introduction/003. This course gets updated, and your instructor gets updated.en.srt
2 KB
Chapter 1 Introduction/003. This course gets updated, and your instructor gets updated.mp4
5.36 MB
Chapter 2 ChatGPT as a Personal Coach/001. Turning ChatGPT into a Personal Coach.en.srt
9.02 KB
Chapter 2 ChatGPT as a Personal Coach/001. Turning ChatGPT into a Personal Coach.mp4
47.17 MB
Chapter 2 ChatGPT as a Personal Coach/002. How to download course prompts, code, and connect to resources.en.srt
1.46 KB
Chapter 2 ChatGPT as a Personal Coach/002. How to download course prompts, code, and connect to resources.mp4
7.38 MB
Chapter 2 ChatGPT as a Personal Coach/003. Coach Prompt Deep Dive.en.srt
4.69 KB
Chapter 2 ChatGPT as a Personal Coach/003. Coach Prompt Deep Dive.mp4
20.9 MB
Chapter 2 ChatGPT as a Personal Coach/004. Where ChatGPT fails.en.srt
12.28 KB
Chapter 2 ChatGPT as a Personal Coach/004. Where ChatGPT fails.mp4
48.69 MB
Chapter 2 ChatGPT as a Personal Coach/005. Learning Python with Custom GPTs.en.srt
1.51 KB
Chapter 2 ChatGPT as a Personal Coach/005. Learning Python with Custom GPTs.mp4
5.32 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/001. Setting up your OpenAI API Key.en.srt
3.29 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/001. Setting up your OpenAI API Key.mp4
21.16 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/002. Learning Outcomes for the First Notebook.en.srt
2.57 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/002. Learning Outcomes for the First Notebook.mp4
11.13 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/003. Python API Prompting and Iterative Prompt Improvement Part 1.en.srt
10.53 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/003. Python API Prompting and Iterative Prompt Improvement Part 1.mp4
58.08 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/004. Make sure that your version of the openai package is greater than 1.0.0.en.srt
508 B
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/004. Make sure that your version of the openai package is greater than 1.0.0.mp4
2.28 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/005. Using GPT 4 and Other Model Versions.en.srt
2.96 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/005. Using GPT 4 and Other Model Versions.mp4
16.34 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/006. Iterative Prompting Improvement Part 2.en.srt
8.09 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/006. Iterative Prompting Improvement Part 2.mp4
40.65 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/007. Emphasising an important point.en.srt
338 B
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/007. Emphasising an important point.mp4
2.2 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/008. Optional Implementing Exponential Backoff for Querying the OpenAI API.en.srt
1.01 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/008. Optional Implementing Exponential Backoff for Querying the OpenAI API.mp4
4.39 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/009. How we have applied Chain-of-Thought prompting.en.srt
6.76 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/009. How we have applied Chain-of-Thought prompting.mp4
28.54 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/010. Chain-Of-Thought Prompting - the formal introduction.en.srt
3.44 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/010. Chain-Of-Thought Prompting - the formal introduction.mp4
15.36 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/011. Inducing and Mitigating Hallucination in LLMs.en.srt
14.15 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/011. Inducing and Mitigating Hallucination in LLMs.mp4
59.86 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/012. EmotionPrompt - Findings from the paper.en.srt
4.9 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/012. EmotionPrompt - Findings from the paper.mp4
20.44 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/013. EmotionPrompt in Practice.en.srt
4.91 KB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/013. EmotionPrompt in Practice.mp4
21.99 MB
Chapter 4 Python API Chat Bot, and Prompt Hacking/001. Python API Chat Bot.en.srt
7.54 KB
Chapter 4 Python API Chat Bot, and Prompt Hacking/001. Python API Chat Bot.mp4
39.89 MB
Chapter 4 Python API Chat Bot, and Prompt Hacking/002. Prompt Hacking.en.srt
8.26 KB
Chapter 4 Python API Chat Bot, and Prompt Hacking/002. Prompt Hacking.mp4
35.62 MB
Chapter 4 Python API Chat Bot, and Prompt Hacking/003. Optional Implementing Exponential Backoff for Multi-Turn Conversations.en.srt
1.11 KB
Chapter 4 Python API Chat Bot, and Prompt Hacking/003. Optional Implementing Exponential Backoff for Multi-Turn Conversations.mp4
5.26 MB
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/001. Extracting Numerical Values from Text Data, and Testing the Extraction.en.srt
7.47 KB
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/001. Extracting Numerical Values from Text Data, and Testing the Extraction.mp4
34.79 MB
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/002. JSON Mode, and pushing GPT 3.5 to the level of GPT 4 with smart prompting.en.srt
13.62 KB
Chapter 1 Introduction/001. Course Overview and Key Points of Difference.en.srt