Skip to content

Commit

Permalink
Fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sakowicz committed Jun 10, 2024
1 parent 5714841 commit e8d5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- CLASSIFY_ON_STARTUP=true # Whether to classify transactions on startup (don't wait for cron schedule)
- SYNC_ACCOUNTS_BEFORE_CLASSIFY=false # Whether to sync accounts before classification
- OPENAI_API_KEY=your_openai_api_key
# - OPENAI_MODEL_ID= # optional. required if you want to use a specific model, default is "gpt-3.5-turbo-instruct"
# - OPENAI_MODEL= # optional. required if you want to use a specific model, default is "gpt-3.5-turbo-instruct"
# - OPENAI_BASE_URL= # optional. required if you don't want to use the OpenAI API but OpenAI compatible API
# - ACTUAL_E2E_PASSWORD= # optional. required if you have E2E encryption
```
Expand Down

0 comments on commit e8d5458

Please sign in to comment.