Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How To Use ChatGPT With Unity: Python And Flask Service Setup #2
Play lesson

How To Use ChatGPT With Unity: A ChatGPT Video Series - How To Use ChatGPT With Unity: Python And Flask Service Setup #2

4.0 (4)
30 learners

What you'll learn

This course includes

  • 2 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In today's video we begin going through all the steps required to integrate ChatGPT with Unity which include: 1- Setting up our python environment including ChatGPT Wrapper and dependencies 2- Creating a ChatGPT Web Service Wrapper (API) with Python Flask 3- Setting up a VS Code Rest Client to test the communication between ChatGPT and our web service. πŸ“š How To Use ChatGPT In Unity | Chapters: 00:20 Python Environment and ChatGPT Wrapper Setup 02:53 ChatGPT Wrapper (Setting Up Credentials / Communication With ChatGPT) 05:48 Creating A ChatGPT Web Service (API) 12:55 Testing ChatGPT Web Service (API) Routes 17:32 Displaying ChatGPT Questions And Answers with Debug Flag πŸ“’ ChatGPT Tutorial Requirements: πŸ‘‰ Python 3.7 or greater https://www.python.org/downloads πŸ‘‰ Pip for package dependencies https://pip.pypa.io/en/stable/installation πŸ‘‰ Python ChatGPT Wrapper https://github.com/mmabrouk/chatgpt-wrapper πŸ‘‰ Requirements.txt https://github.com/mmabrouk/chatgpt-wrapper/blob/main/requirements.txt πŸ’» Few commands used today to get this ChatGPT Tutorial setup: πŸ‘‰ To create Virtual Environment: python -m venv ./chatgpt_env πŸ‘‰ To Activate Virtual Environment: (On Windows) .\chatgpt_env\Scripts\Activate.ps1 (On Mac or Linux) source tutorial-env/bin/activate πŸ‘‰ To Install ChatGPT Wrapper: pip install git+https://github.com/mmabrouk/chatgpt-wrapper πŸ‘‰ To Install Requirements.txt: pip install -r requirements.txt πŸ‘‰ To Install Playwright default browser: playwright install firefox πŸ‘‰ To Setup ChatGPT connection: chatgpt install πŸ“Œ Support me by Subscribing to avoid missing future videos! https://www.youtube.com/dilmerv πŸ“Œ Support me in Patreon so I can keep doing stuff like this for free! https://www.patreon.com/dilmerv πŸ“Œ Get XR & game development tips from me in Twitter https://www.twitter.com/dilmerv πŸ₯½ Learn & Get my XR Training from: https://www.learnxr.io πŸ‘‰ My Blog / πŸ”₯ Newsletter (Subscribe to get up to date XR news) https://blog.learnxr.io #chatgpt #chatgpttutorial #unity

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere