Skip to content

Commit 37827bf

Browse files
authored
Update authentication.mdx
1 parent 8d754b6 commit 37827bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/ai-gateway/configuration/authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/
3232
--data '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "What is Cloudflare?"}]}'
3333
```
3434

35-
Using OpenAI sdk:
35+
Using the OpenAI SDK:
3636

3737
```javascript
3838
import OpenAI from "openai";
@@ -46,7 +46,7 @@ const openai = new OpenAI({
4646
});
4747
```
4848

49-
## Example requests with Vercel sdk
49+
## Example requests with the Vercel AI SDK
5050

5151
```javascript
5252
import { createOpenAI } from "@ai-sdk/openai";

0 commit comments

Comments
 (0)