docs: update README.md
- Update information about the OpenAI model used by OpenCommit and its cost
This commit is contained in:
@@ -99,6 +99,7 @@ oc config set language=fr
|
|||||||
oc config set language=French
|
oc config set language=French
|
||||||
oc config set language=française
|
oc config set language=française
|
||||||
```
|
```
|
||||||
|
|
||||||
The default language set is **English**
|
The default language set is **English**
|
||||||
All available languages are currently listed in the [i18n](https://github.com/di-sukharev/opencommit/tree/master/src/i18n) folder
|
All available languages are currently listed in the [i18n](https://github.com/di-sukharev/opencommit/tree/master/src/i18n) folder
|
||||||
|
|
||||||
@@ -117,6 +118,7 @@ git commit -m "${generatedMessage}" --no-verify
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Ignore files
|
### Ignore files
|
||||||
|
|
||||||
You can ignore files from submission to OpenAI by creating a `.opencommitignore` file. For example:
|
You can ignore files from submission to OpenAI by creating a `.opencommitignore` file. For example:
|
||||||
|
|
||||||
```ignorelang
|
```ignorelang
|
||||||
@@ -155,4 +157,4 @@ Or follow the process of your IDE Source Control feature, when it calls `git com
|
|||||||
|
|
||||||
## Payments
|
## Payments
|
||||||
|
|
||||||
You pay for your own requests to OpenAI API. OpenCommit uses ChatGPT official model, that is ~10x times cheaper than GPT-3 and ~6x times cheaper than GPT-4.
|
You pay for your own requests to OpenAI API. OpenCommit uses ChatGPT (3.5-turbo) official model, that is ~15x times cheaper than GPT-4.
|
||||||
|
|||||||
Reference in New Issue
Block a user