Skip to content

Commit 9d0cb08

Browse files
kathaylkodster28
andauthored
Update src/content/changelog/ai-gateway/2025-06-02-aig-openai-compatible-endpoint.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent adbbbea commit 9d0cb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/ai-gateway/2025-06-02-aig-openai-compatible-endpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Users can now use an [OpenAI Compatible endpoint](/ai-gateway/chat-completion/)
99

1010
To get started, use the OpenAI compatible chat completions endpoint URL with your own account id and gateway id and switch between providers by changing the `model` and `apiKey` parameters.
1111

12-
```bash title="OpenAI SDK Example"
12+
```js title="OpenAI SDK Example"
1313
import OpenAI from "openai";
1414
const client = new OpenAI({
1515
apiKey: "YOUR_PROVIDER_API_KEY", // Provider API key

0 commit comments

Comments
 (0)