From 97a830427e425bc344d7b06de92c4693ff8ebba0 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 15 Nov 2023 17:32:28 -0500 Subject: [PATCH] improve readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7c116a7..62b2e2f 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ To get started you need to install it using `pip`. Run the following command in $ pip install instructor ``` +## Contributing + +If you want to help out checkout some of the issues marked as `good-first-issue` or `help-wanted`. Found [here](https://github.com/jxnl/instructor/labels/good%20first%20issue). They could be anything from code improvements, a guest blog post, or a new cook book. + ## Quick Start To simplify your work with OpenAI we offer a patching mechanism for the `ChatCompletion` class.