diff --git a/README.md b/README.md index efea274..d9ede26 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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({ diff --git a/package.json b/package.json index 451a9f5..888eece 100644 --- a/package.json +++ b/package.json @@ -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",