Recommended Environment

How to run

  1. Download the chatFD program.
  2. Unzip the downloaded zipfile.
  3. Open Linux shell.
  4. Install the library below when running for the first time.
$sudo apt-get update
pip3 install matplotlib
  1. Using a text editor such as gedit or vim, set the API key received from OpenAI as an environment variable in the last line of ~/.bashrc as shown below.
export OPENAI_API_KEY="Get your openai api key!"
  1. Go to the unzipped path and run the program as shown below.
$./chatFD

How to simulate