Skip to content

Commit

Permalink
Hotfix - Update README.md
Browse files Browse the repository at this point in the history
Add Callouts to README
  • Loading branch information
calderonsamuel authored May 17, 2024
1 parent 7a5eb00 commit 76888f7
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,15 @@ actual API key:
OPENAI_API_KEY="<APIKEY>"
```

**Caution:** If you’re using version control systems like GitHub or
GitLab, remember to include .Renviron in your .gitignore file to prevent
exposing your API key!
> [!WARNING]
> If you’re using version control systems like GitHub or GitLab,
> remember to include .Renviron in your .gitignore file
> to prevent exposing your API key!
**Important Note:** OpenAI API will not function without valid payment
details entered into your OpenAI account. This is a restriction imposed
by OpenAI and is unrelated to this package.
> [!IMPORTANT]
> OpenAI API will not function without valid payment
> details entered into your OpenAI account.
> This is a restriction imposed by OpenAI and is unrelated to this package.
### Alternative AI Service Providers

Expand Down Expand Up @@ -158,9 +160,10 @@ shared unless you turn those features on. It is your responsibility to
ensure that you do not accidentally share sensitive data with any AI
service provider.

**IMPORTANT: To maintain the privacy of your data, do not highlight,
include in a prompt, or otherwise upload any sensitive data, code, or
text that should remain confidential.**
> [!IMPORTANT]
> To maintain the privacy of your data, do not highlight,
> include in a prompt, or otherwise upload any sensitive data, code, or
> text that should remain confidential.**
## Code of Conduct

Expand Down

0 comments on commit 76888f7

Please sign in to comment.