Skip to content

Commit

Permalink
AIG Deepseek minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyfaithauma committed Jan 3, 2025
1 parent fbe3ccb commit f07c69c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/ai-gateway/providers/deepseek.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/deepseek/cha
}'
```

### Use `openai` package with JavaScript
### Use OpenAI with JavaScript

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:

```js title="JavaScript example"
```js title="JavaScript"
import OpenAI from "openai";

const openai = new OpenAI({
Expand Down

0 comments on commit f07c69c

Please sign in to comment.