@@ -12,25 +12,9 @@ Features:
1212
1313Fork it and make it your own! You can track your own metrics and dimensions.
1414
15- Tech stack:
15+ ## Set up the project
1616
17- - [ Next.js] ( https://nextjs.org/ ) - Application
18- - [ Tinybird] ( https://tinybird.co ) - Analytics
19- - [ OpenAI] ( https://openai.com/ ) - AI features
20- - [ Vercel AI SDK] ( https://sdk.vercel.ai/docs/introduction ) - AI features
21- - [ Vercel] ( https://sdk.vercel.ai/docs/introduction ) - Application deployment
22- - [ Clerk] ( https://clerk.com/ ) - User management and auth
23- - [ Tremor] ( https://tremor.so/ ) - Charts
24-
25- ## Live Demo
26-
27- - https://llm-tracker.tinybird.live
28-
29- ## Quick Start
30-
31- Deploy the template, instrument and use the hosted version to track.
32-
33- ### Deploy
17+ Fork the GitHub repository and deploy the data project to Tinybird.
3418
3519``` bash
3620# install the tinybird CLI
@@ -43,14 +27,14 @@ tb login
4327tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
4428```
4529
46- ### Instrumentation
30+ ## Instrumentation
4731
4832Send your data to Tinybird using the [ Events API] ( https://www.tinybird.co/docs/get-data-in/ingest-apis/events-api ) . Some examples:
4933
5034- [ LiteLLM (Python)] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-litellm )
5135- [ Vercel AI SDK (TypeScript)] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-vercel-ai-sdk )
5236
53- ### Use the hosted app
37+ ## Use the hosted app
5438
5539``` bash
5640# copy the token to the clipboard
@@ -60,6 +44,16 @@ tb --cloud token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
6044open https://llm-tracker.tinybird.live\? token\= $TINYBIRD_TOKEN
6145```
6246
63- ## Build and deploy your own LLM tracker
47+ ## Local development, multi-tenancy, customization and more
48+
49+ See [ README.md] ( https://github.com/tinybirdco/llm-performance-tracker?tab=readme-ov-file#build-and-deploy-your-own-llm-tracker )
50+
51+ ## Tech stack
6452
65- See [ README.md] ( https://github.com/tinybirdco/llm-performance-tracker?tab=readme-ov-file#build-and-deploy-your-own-llm-tracker )
53+ - [ Next.js] ( https://nextjs.org/ ) - Application
54+ - [ Tinybird] ( https://tinybird.co ) - Analytics
55+ - [ OpenAI] ( https://openai.com/ ) - AI features
56+ - [ Vercel AI SDK] ( https://sdk.vercel.ai/docs/introduction ) - AI features
57+ - [ Vercel] ( https://sdk.vercel.ai/docs/introduction ) - Application deployment
58+ - [ Clerk] ( https://clerk.com/ ) - User management and auth
59+ - [ Tremor] ( https://tremor.so/ ) - Charts
0 commit comments