We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d754b6 commit 37827bfCopy full SHA for 37827bf
src/content/docs/ai-gateway/configuration/authentication.mdx
@@ -32,7 +32,7 @@ curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/
32
--data '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "What is Cloudflare?"}]}'
33
```
34
35
-Using OpenAI sdk:
+Using the OpenAI SDK:
36
37
```javascript
38
import OpenAI from "openai";
@@ -46,7 +46,7 @@ const openai = new OpenAI({
46
});
47
48
49
-## Example requests with Vercel sdk
+## Example requests with the Vercel AI SDK
50
51
52
import { createOpenAI } from "@ai-sdk/openai";
0 commit comments