jans-code / janschatgptkernel

A jupyter chatGPT kernel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

janschatgptkernel

Logo

A jupyter kernel implementation of ChatGPT.

Dev Installation

  • You will need to set an environmental variable OPENAI_API_KEY=y0ur4p1key
  • download/clone this project
  • open shell in project folder
  • pip install -e ./
  • then install kernelspec
  • janschatgptkernel
  • or
  • jupyter kernelspec install --user janschatgptkernel

Uninstall

  • jupyter kernelspec uninstall janschatgptkernel
  • pip uninstall janschatgptkernel

About

A jupyter chatGPT kernel.

License:MIT License


Languages

Language:Python 68.2%Language:Jupyter Notebook 31.8%