Skip to content
/ GPT3rror Public

Have GPT3 interpret your errors in jupyter notebook

License

Notifications You must be signed in to change notification settings

damek/GPT3rror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPT3rror

Have GPT3 interpret your errors in jupyter notebook.

See the demo notebook.

Requirements

You must have an openai API key.

Usage

Add the following code to any cell of your jupyter notebook and run that cell.

import GPT3rror

# load the openai api key from openapi_key.txt
with open("openapi_key.txt", "r") as f:
    openai_api_key = f.read()

GPT3rror.raise_error(openai_api_key=openai_api_key, openai_model="text-davinci-002")

That's it! Now all cells in the notebook will send their errors to GPT3.

About

Have GPT3 interpret your errors in jupyter notebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published