Update OpenAI pricing information

This commit is contained in:
Max Bachhuber 2023-06-01 12:20:11 +02:00 committed by GitHub
parent 26a974ba70
commit cfdb53fa60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -52,9 +52,13 @@ When an API key is created you'll be able to copy the secret key and use it.
![OpenAI screenshot](docs/img/openai-key.png)
Note: OpenAI currently provides 18$ free credits for 3 months which is great since you wont have to provide your
Note: OpenAI currently provides 5$ free credits for 3 months which is great since you wont have to provide your
payment details to begin interacting with the API for the first time.
After that you have to enable billing in your account.
Tip: Make sure to set budget limits to prevent suprises at the end of the month.
### 3. Start the application via Docker
#### 3.1 Docker Compose
@ -146,4 +150,4 @@ If you have to run the application on a different port than the default port `30
- `OPENAI_API_KEY`: The OpenAI API Key to authenticate against OpenAI. (required)
- `ENABLE_UI`: If the user interface should be enabled. (Default: `false`)
- `FIREFLY_TAG`: The tag to assign to the processed transactions. (Default: `AI categorized`)
- `PORT`: The port where the application listens. (Default: `3000`)
- `PORT`: The port where the application listens. (Default: `3000`)