Published on pypi: https://pypi.org/project/paichat/
A Terminal Tool in Python
pipx
. If you don't have pipx installed, you can install like this:python3 -m pip install --user pipx
python3 -m pipx ensurepath
- You'll also need to have your own OpenAi apikey:
- Go to https://beta.openai.com/
- Select you profile menu and go to Manage API Keys
- Select + Create new secret key
- Copy generated key
pipx install paichat
paichat --help
Usage: paichat [OPTIONS]
╭─ Options ───────────────────────────────────────╮
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────╯
Start a virtualenv using poetry: poetry shell
If poetry shell
does not activate the virtualenv, then use this:
source $(poetry env info --path)/bin/activate
When you're done, exit virtualenv shell: deactivate