File tree Expand file tree Collapse file tree 6 files changed +527
-36
lines changed
Expand file tree Collapse file tree 6 files changed +527
-36
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Types of changes:
1010- ` Security ` in case of vulnerabilities.
1111- ` Fixed ` Improve error feedback when Explain feature fails
1212
13+ 2025-04-09
14+ ==========
15+
16+ - Added: Add ` Quick start ` to the onboarding modal. Learn how to instrument, deploy and use the hosted LLM tracker.
17+
13182025-04-08
1419==========
1520
@@ -19,7 +24,7 @@ Types of changes:
1924curl https://tinybird.co | sh
2025tb login
2126tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
22- tb token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
27+ tb --cloud token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
2328open https://llm-tracker.tinybird.live\?token\=$TOKEN
2429```
2530
Original file line number Diff line number Diff line change 3636
3737Deploy the template, instrument and use the hosted version to track.
3838
39- 1 . Deploy:
39+ ### Deploy
4040
4141``` bash
4242# install the tinybird CLI
@@ -49,18 +49,18 @@ tb login
4949tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
5050```
5151
52- 2 . Instrumentation:
52+ ### Instrumentation
5353
5454Send your data to Tinybird using the [ Events API] ( https://www.tinybird.co/docs/get-data-in/ingest-apis/events-api ) . Some examples:
5555
5656- [ LiteLLM (Python)] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-litellm )
5757- [ Vercel AI SDK (TypeScript)] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-vercel-ai-sdk )
5858
59- 3 . Use the hosted tracker:
59+ ### Use the hosted app
6060
6161``` bash
6262# copy the token to the clipboard
63- tb token copy read_pipes && TINYBIRD_TOKEN=$( pbpaste)
63+ tb --cloud token copy read_pipes && TINYBIRD_TOKEN=$( pbpaste)
6464
6565# use the hosted dashboard with your data
6666open https://llm-tracker.tinybird.live\? token\= $TINYBIRD_TOKEN
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Tech stack:
3030
3131Deploy the template, instrument and use the hosted version to track.
3232
33- 1 . Deploy:
33+ ### Deploy
3434
3535``` bash
3636# install the tinybird CLI
@@ -43,18 +43,18 @@ tb login
4343tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
4444```
4545
46- 2 . Instrumentation:
46+ ### Instrumentation
4747
4848Send your data to Tinybird using the [ Events API] ( https://www.tinybird.co/docs/get-data-in/ingest-apis/events-api ) . Some examples:
4949
5050- [ LiteLLM (Python)] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-litellm )
5151- [ Vercel AI SDK (TypeScript)] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-vercel-ai-sdk )
5252
53- 3 . Use the hosted tracker:
53+ ### Use the hosted app
5454
5555``` bash
5656# copy the token to the clipboard
57- tb token copy read_pipes && TINYBIRD_TOKEN=$( pbpaste)
57+ tb --cloud token copy read_pipes && TINYBIRD_TOKEN=$( pbpaste)
5858
5959# use the hosted dashboard with your data
6060open https://llm-tracker.tinybird.live\? token\= $TINYBIRD_TOKEN
You can’t perform that action at this time.
0 commit comments