https://colab.research.google.com/drive/12V93Hni2a03-1weBRBSi6tBfxXBjpA5o?usp=sharing#scrollTo=ogV9Czy9JH2n
- This code runs on Windows.
-
(Optional) Create virtual environments python venv .venv venv/Scripts/activate.bat (on Windows)
-
Install the packages according to requirments.txt pip install -r requirements
-
Create a file named ".env" and write down variable OPENAI_API_KEY. You get the key from openai.com. OPENAI_API_KEY="xxxxx"
-
(Optional) Run code with interactive mode (IPython)