Skip to content

apenasisso/atlantico-april-18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Install the package dependencies:

pip install jupyterlab openai

Usage

The code was optimized for running notebooks inside VSCode using the Jupyter extension.

In VSCode open the notebook example.ipynb and set the variable OPENAI_API_KEY with your OpenAI API key.

You can also run it using JupyterLab, but the output might be slightly off.

jupyter lab example.ipynb

Notes

It is important to note that the entire notebook is being sent as part of the prompt. As a result, token consumption can increase rapidly, making each request potentially very expensive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published