Skip to content

Commit

Permalink
fix: README example
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson-nomic authored Feb 6, 2025
1 parent 66305dc commit e63d8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { wrapOpenAI } from "@nomic/atlas-observer";

// Wrap your OpenAI client.
const client = wrapOpenAI({
dataset: "my-org/my-llm-chats",
datasetId: "2C0DA018-94BF-4A7E-9A90-616FC3773A4E",
// Initialize the OpenAI client just as you normally would.
client: new OpenAI(),
});
Expand Down

0 comments on commit e63d8b4

Please sign in to comment.