![]() |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config-dist.ini | ||
pyproject.toml | ||
requirements.txt | ||
setup.py |
README.md
pychatgpt
A terminal application to query OpenAI's ChatGPT
Pre-Alpha
This is still in pre-alpha stage:
- I can't get the conversation container to scroll to the bottom, when a message from ChatGPT arrives.
- It still breaks on network errors (not ChatGPT errors)
- There are a lot of features missing
Installation
Your OpenAI API key must be stored in the $OPENAI_API_KEY environment variable
export OPENAI_API_KEY="<your api key>"
Clone the repository
git clone https://codeberg.org/fab/pychatgpt.git
Create a virtual environment
cd pychatgpt
python -m venv venv
. venv/bin/activate
Install the package with pip
pip install .
Start from within the virtual environment with config file as parameter
pychatgpt config-dist.ini