Skip to content

Commit b517dff

Browse files
Update src/content/docs/ai-gateway/providers/grok.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent afe3c37 commit b517dff

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ai-gateway/providers

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ If you are using the Anthropic SDK with JavaScript, you can set your endpoint li
9292
import Anthropic from "@anthropic-ai/sdk";
9393

9494
const anthropic = new Anthropic({
95-
apiKey: "<api key>",
95+
apiKey: "<XAI_API_KEY>",
9696
baseURL: "https://api.x.ai/",
9797
});
9898

0 commit comments

Comments
 (0)