Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIG] Deepseek minor changes #19000

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading