Skip to content

Commit d7f478e

Browse files
authored
Update README.md
1 parent 29c0937 commit d7f478e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To initialize API instance you need to [obtain](https://platform.openai.com/acco
6565

6666
Once you have a token, you can initialize `OpenAI` class, which is an entry point to the API.
6767

68-
> ⚠️ OpenAI strongly recommends developers of client-side applications proxy requests through a separate backend service to keep their API key safe. API keys can access and manipulate customer billing, usage, and organizational data, so it's a significant risk to expose them.
68+
> ⚠️ OpenAI strongly recommends developers of client-side applications proxy requests through a separate backend service to keep their API key safe. API keys can access and manipulate customer billing, usage, and organizational data, so it's a significant risk to [expose](https://nshipster.com/secrets/) them.
6969
7070
```swift
7171
let openAI = OpenAI(apiToken: "YOUR_TOKEN_HERE")

0 commit comments

Comments
 (0)