Athina Logger is a TypeScript SDK to log LLM inferences to Athina API Server.
npm install athina-logger
import { AthinaApiKey, UserFeedback } from 'athina-logger';
AthinaApiKey.setApiKey('ATHINA_API_KEY');
UserFeedback.logUserFeedback({
externalReferenceId: 'abc',
userFeedback: 1,
userFeedbackComment: 'test'
})
Please feel free to reach out to cody@athina.ai or shiv@athina.ai for more information.