Skip to content

Commit 2bccc4b

Browse files
AIG Deepseek minor changes (#19000)
1 parent a986ea8 commit 2bccc4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/ai-gateway/providers/deepseek.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/deepseek/cha
5454
}'
5555
```
5656

57-
### Use `openai` package with JavaScript
57+
### Use OpenAI with JavaScript
5858

59-
If you are using the `openai` package, you can set your endpoint like this:
59+
If you are using the OpenAI SDK, you can set your endpoint like this:
6060

61-
```js title="JavaScript example"
61+
```js title="JavaScript"
6262
import OpenAI from "openai";
6363

6464
const openai = new OpenAI({

0 commit comments

Comments
 (0)