Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 600 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 600 Bytes

Autofill software

How to use

  1. Write something.
  2. Press shortcut.
  3. See how it generates text for you.

How to run

Linux

  1. Become super user.
su -
  1. Navigate to this project folder.
  2. Create venv.
python3 -m venv .venv
  1. Activate venv.
source .venv/bin/activate
  1. Install requirements.
pip install -r requirements.txt
  1. Start program with python.
python3 main.py

API keys

In the project root directory there is a .env.example file. Copy it and rename it to .env. Insert your OpenAI API key into the file.