|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-a-chatgpt-ai-bot-with-tkinter/
课程评论:没有评论
本课程将教授如何使用 Python 的 Tkinter 库创建图形用户界面 (GUI),并将这些应用程序连接到 OpenAI 的文本补全人工智能 API。 **课程亮点:** * **快速创建酷炫应用:** 您将惊叹于能够如此快速地开发出外观精美的应用程序。 * **技术栈:** 使用 Python、Tkinter 和 CustomTkinter 构建一个连接到 OpenAI (ChatGPT 的开发者) 的聊天机器人应用。 * **核心功能:** 让您能够直接从应用程序中发送类 ChatGPT 的问题,并在应用界面上接收和显示响应。 * **OpenAI 模型:** 将利用 OpenAI 最先进的 `davinci-003` 模型获取响应。 * **API 集成:** 学习如何使用 API 密钥连接到 OpenAI,查询引擎,并正确解析响应。 * **现代 UI:** 借助 CustomTkinter 库,为 Tkinter 应用带来更现代化、专业的外观。即使您是 CustomTkinter 的新手,也能轻松跟随课程步骤。 **适用人群:** 如果您最近了解过 ChatGPT,并希望学习如何以编程方式使用这类工具,本课程将是您的理想选择。
In this course I'll teach you how to make graphical user interfaces for Python using TKinter, and how to connect those apps to the OpenAI Text Completion Artificial Intelligence API. You'll be surprised just how quickly you can create some pretty cool looking apps!We'll use Python, Tkinter, and CustomTkinter to build a cool Chatbot app that connects to OpenAI, maker's of ChatGPT.You'll be able to send ChatGPT-like questions straight from your app, and receive a response that is output to the screen of your app.We'll use davinci-003, the most advanced model offered by OpenAI to get our responses.Finally, I'll discuss how to connect to OpenAI with an API Key, query the engine, and parse the responses in the correct way. If you've seen ChatGPT recently and want to learn how to use these types of tools programmatically, then this is the course for you!We'll use the customTkinter library to make our Tkinter app look a little more modern and professional. Some people think that Tkinter is a little old and stodgy looking. The CustomTkinter library solves that problem very easily. We won't dive into customTkinter in great detail in this course, we'll just use bits of it here and there to make our app look more modern. So if you have no experience with customTkinter, you won't have any trouble following along; I'll walk you through it step by step!