In this video we use the OpenAI GPT-3 API to create “ChatGPT-like” .NET command line tool. Additionally, we deploy this as a single file app.
🌐 Links 🌐
💾 GitHub Repo: https://github.com/binarythistle/S06E...
🎓 My other courses: https://lesjackson.net
📕 My Book: https://link.springer.com/book/10.100...
🤩 Patreon: / binarythistle
🌲 Linktree: https://linktr.ee/binarythistle
🔗 OpenAPI Docs: https://beta.openai.com/docs/introduc...
🔗 GPT-3 Tool: https://gpttools.com/comparisontool
🔗 Single File Apps: https://learn.microsoft.com/en-us/dot...
⏲️ Time Codes ⏲️
Introduction & Theory
1:17 - Welcome
2:08 - Application Demo
5:47 - ChatGPT Overview
7:23 - GPT-3 API Docs
9:23 - Create an API Key
10:07 - GPT API Comparison Tool
11:49 - Scaffold App
15:54 - Making our 1st API call
29:01 - Deserializing or JSON payload
35:32 - Extracting the command prompt
43:39 - Single file deployment and executable
50:35 - Supporter Credits