Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 494 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 494 Bytes

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 [email protected] or [email protected] for more information.