link to new documents

This commit is contained in:
Jeff Epler 2023-10-09 08:40:10 +01:00
parent 00bbd7dd65
commit d1277c9d8b
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -27,6 +27,14 @@ This is the [recommended practice per PyPA](https://setuptools.pypa.io/en/latest
A shim script `chap.py` is included so that the older development style of `pip install -r requirements.txt` + `python chap.py` (or `./chap.py`) functions as well.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Code of Conduct
See [CODE\_OF\_CONDUCT.md](CODE_OF_CONDUCT.md).
## Configuration
Put your OpenAI API key in the platform configuration directory for chap, e.g., on linux/unix systems at `~/.config/chap/openai_api_key`