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 a986ea8 commit 2bccc4bCopy full SHA for 2bccc4b
src/content/docs/ai-gateway/providers/deepseek.mdx
@@ -54,11 +54,11 @@ curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/deepseek/cha
54
}'
55
```
56
57
-### Use `openai` package with JavaScript
+### Use OpenAI with JavaScript
58
59
-If you are using the `openai` package, you can set your endpoint like this:
+If you are using the OpenAI SDK, you can set your endpoint like this:
60
61
-```js title="JavaScript example"
+```js title="JavaScript"
62
import OpenAI from "openai";
63
64
const openai = new OpenAI({
0 commit comments