junwatu / llm.report

πŸ“Š llm.report is an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

Home Page:https://llm.report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llm.report – an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

An open-source logging and analytics platform for OpenAI

Introduction Β· Self Hosted Installation Β· Cloud Installation Β· Tech Stack Β· Contributing


Introduction

llm.report is an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

Here are some of the features that llm.report provides out-of-the-box:

OpenAI API Analytics

No-code solution to analyze your OpenAI API costs and token usage.

llm.report – an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

Logs

Log your OpenAI API requests / responses and analyze them to improve your prompts.

llm.report – an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

User Analytics

Calculate the cost per user for your AI app.

llm.report – an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

Self-Hosted Installation

  1. Copy .env.example into .env.local (create new file)

  2. Setup local postgres db Run docker-compose up -d to run the postgres db using docker

  3. Prisma migrate Run yarn db:migrate:dev

  4. To start the server Run yarn dev

Open http://localhost:3000 with your browser to see the result.

We're still working on making this as streamlined as possible. If you run into any issues, please open an issue or reach out to us on Discord.

Cloud Installation

Head over to llm.report to get started for free or schedule a call with the founders for a demo.

Schedule a meeting

Email: dillion@llm.report

Tech Stack

Contributing

Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.

Star History

Star History Chart

License

Inspired by Dub and Plausible, both are open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can find it here. The reason for this is that we believe in the open-source ethos and want to contribute back to the community.

Credits

  • OpenAI – for creating ChatGPT
  • shadcn-ui – for making it easy to build beautiful UIs
  • tremor.so – beautiful dashboard componenets
  • mintlify – beautiful documentation
  • screen.studio – the best video recording tool
  • vercel – for making next.js and making it easy to build powerful apps
  • Dub – for inspiring me to open-source this project

About

πŸ“Š llm.report is an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

https://llm.report

License:GNU General Public License v3.0


Languages

Language:TypeScript 96.7%Language:CSS 1.7%Language:JavaScript 1.5%