1.2.5 • Published 2 months ago

phospho v1.2.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

Phospho - LLM App Analytics Platform

Introduction

Phospho is a powerful and easy-to-use analytics platform for large language model (LLM) applications. It provides developers with the tools to log, analyze, and understand the interactions between users and their LLM applications.

Installation

To use Phospho in your Node.js project, install it via npm:

npm install phospho

Usage

You need to have a Phospho account to use this library. If you don't have one, you can sign up for free at phospho.ai.

Quickstart

import { phospho } from "phospho";

phospho.init({
  apiKey: "...", // Get your API key on phospho.ai
  projectId: "...",
});

// Log a task
phospho
  .log({ input: "User Query", output: "LLM Response" })
  .then((response) => console.log("Log successful:", response))
  .catch((error) => console.error("Error:", error));

You only need to do phospho.init() once in your app, then you can reuse it accross you whole codebase.

More Information

For more information, please visit the documentation at docs.phospho.ai

1.2.5

2 months ago

1.2.4

2 months ago

1.2.3

2 months ago

1.2.0

3 months ago

1.2.2

3 months ago

1.2.1

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.0.0

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.3

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.6

4 months ago

0.0.2

5 months ago

0.0.1

5 months ago