Lesson 1 of 1
In Progress
MC202601: Python Meeting 10: ChatGPT API
Python Meeting Replay
Python Meeting PDF
Sources
During the live session we will get our python program to use the following data file and JSON to obtain comments from ChatGPT.
Note the dashboard_tasks.txt needs to be renamed to dashboard_tasks.json
Program (change extension to .py)
During the python session, we will run the following program. You will need to change the extension of the python program to .py.
You will also want to run the requirements:
Clone the project from GitHub
If you would like to get the project from github, clone from the following link – based on the instructions below: https://github.com/300Academy/PYTHON_MEETING_10.git
GitHub instructions
Responses