Skip to content

Commit 8b0af27

Browse files
committed
Format WARNING using markdown Alert
1 parent 8a529b7 commit 8b0af27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Stream text with GPT-4, transcribe and translate audio with Whisper, or create i
5252
- [Speech](#speech)
5353
- [Errors](#errors)
5454
- [Development](#development)
55-
- [Warning](#warning)
5655
- [Release](#release)
5756
- [Contributing](#contributing)
5857
- [License](#license)
@@ -845,9 +844,8 @@ To install this gem onto your local machine, run `bundle exec rake install`.
845844

846845
To run all tests, execute the command `bundle exec rake`, which will also run the linter (Rubocop). This repository uses [VCR](https://github.com/vcr/vcr) to log API requests.
847846

848-
### Warning
849-
850-
If you have an `OPENAI_ACCESS_TOKEN` in your `ENV`, running the specs will use this to run the specs against the actual API, which will be slow and cost you money - 2 cents or more! Remove it from your environment with `unset` or similar if you just want to run the specs against the stored VCR responses.
847+
> [!WARNING]
848+
> If you have an `OPENAI_ACCESS_TOKEN` in your `ENV`, running the specs will use this to run the specs against the actual API, which will be slow and cost you money - 2 cents or more! Remove it from your environment with `unset` or similar if you just want to run the specs against the stored VCR responses.
851849
852850
## Release
853851

0 commit comments

Comments
 (0)