Skip to content

athina-ai/athina-logger-ts

Repository files navigation

Overview

Athina Logger is a TypeScript SDK to log LLM inferences to Athina API Server.

Installation

npm install athina-logger

Usage

import { AthinaApiKey, UserFeedback } from 'athina-logger';

AthinaApiKey.setApiKey('ATHINA_API_KEY');

UserFeedback.logUserFeedback({
  externalReferenceId: 'abc',
  userFeedback: 1,
  userFeedbackComment: 'test'
})

Contact

Please feel free to reach out to cody@athina.ai or shiv@athina.ai for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published