From 9bf2ed34a590a7466e262f285a0db0cfc1638387 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Fri, 28 Apr 2023 15:35:40 +0800 Subject: [PATCH] docs(README.md): add GPT-4 usage instructions and mention the cost difference compared to GPT-3.5-turbo --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 73d6cdf..4443a73 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,18 @@ oc ## Features +### Switch to GPT-4 + +By default OpenCommit uses GPT-3.5-turbo (ChatGPT). + +You may switch to GPT-4 which performs better, but costs ~x15 times more 🤠 + +```sh +oc config set model=gpt-4 +``` + +Make sure you do lowercase `gpt-4`. + ### Preface commits with emoji 🤠 [GitMoji](https://gitmoji.dev/) convention is used.