ScaDS / prompt-engineering-tutorial-2023

This Jupyter Book contains notebooks demonstrating OpenAI’s API for using chatGPT.

Home Page:https://scads.github.io/prompt-engineering-tutorial-2023/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prompt Engineering Tutorial

This repository contains a collection of Python Jupyter notebooks demonstrating OpenAI's API for using chatGPT from Python.

https://scads.github.io/prompt-engineering-tutorial-2023

It is maintained using Jupyter lab and build using Jupyter book.

To edit this book, install depencencies like this:

pip install jupyterlab
pip install jupyter-book
pip install jupyterlab-spellchecker

git clone https://github.com/scads/prompt-engineering-tutorial-2023
cd prompt-engineering-tutorial-2023
jupyter lab

To build the book (on Windows), you can run this from the same folder:

build.bat

About

This Jupyter Book contains notebooks demonstrating OpenAI’s API for using chatGPT.

https://scads.github.io/prompt-engineering-tutorial-2023/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%Language:Batchfile 0.0%