GitXplorerGitXplorer
h

chatgpt-prompt-course

public
16 stars
10 forks
0 issues

Commits

List of commits on branch main.
Unverified
66a8f659c738bfd0f6882d4cb1aa221b50e4b60a

added resources

hharrywang committed 2 years ago
Unverified
093312214243e1a9f498601fcf90ecbfde351a31

minor updates

hharrywang committed 2 years ago
Unverified
2980b4ea0e00bcd1ea675ccaa54e7c9bc553342e

added chatbot notebook

hharrywang committed 2 years ago
Unverified
bc914478b6fa70f17e4d80ad76e8bdc95c1ec450

minor updates

hharrywang committed 2 years ago
Unverified
60258c9e901d3f0aed8cd04157b4113d6f91a025

added expending notebook

hharrywang committed 2 years ago
Unverified
c043f6591d35c1647af9ae7e3559cdf6cd2c5e35

added transforming notebook

hharrywang committed 2 years ago

README

The README file for this repository.

About

My revised code for https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/.

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

create a .env file and include your OpenAI API key:

OPENAI_API_KEY=sk-xxxx

Then, run the notebooks using VSCode.

Changes

Only minor changes were made to the original code:

  • added requirements.txt for easy setup
  • corrected some typos
  • changed the translation to Chinese

Resources

Additional useful resources: