Skip to content

Commit

Permalink
fix: package name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesser committed Feb 6, 2025
1 parent e63d8b4 commit 5d54a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @nomic/atlas-observer
# @nomic-ai/atlas-observer

`atlas-observer` is a library for automatically uploading LLM chat data to Atlas. From there, you can view data maps of the conversations taking place, and more.

Expand Down Expand Up @@ -38,7 +38,7 @@ Now that the library is installed and your environment is set up, you can add th

```typescript
import { OpenAI } from "openai";
import { wrapOpenAI } from "@nomic/atlas-observer";
import { wrapOpenAI } from "@nomic-ai/atlas-observer";

// Wrap your OpenAI client.
const client = wrapOpenAI({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nomic/atlas-observer",
"name": "@nomic-ai/atlas-observer",
"version": "0.1.0",
"description": "Send LLM responses to Nomic Atlas",
"main": "dist/main.js",
Expand Down

0 comments on commit 5d54a1e

Please sign in to comment.