Skip to content

Commit a3a165c

Browse files
authored
Merge pull request #49 from tinybirdco/update-modal
Update modal
2 parents bf9c640 + 816bdaf commit a3a165c

File tree

6 files changed

+527
-36
lines changed

6 files changed

+527
-36
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1318
2025-04-08
1419
==========
1520

@@ -19,7 +24,7 @@ Types of changes:
1924
curl https://tinybird.co | sh
2025
tb login
2126
tb --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)
2328
open https://llm-tracker.tinybird.live\?token\=$TOKEN
2429
```
2530

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Stack:
3636

3737
Deploy 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
4949
tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
5050
```
5151

52-
2. Instrumentation:
52+
### Instrumentation
5353

5454
Send 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
6666
open https://llm-tracker.tinybird.live\?token\=$TINYBIRD_TOKEN

TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Tech stack:
3030

3131
Deploy 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
4343
tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
4444
```
4545

46-
2. Instrumentation:
46+
### Instrumentation
4747

4848
Send 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
6060
open https://llm-tracker.tinybird.live\?token\=$TINYBIRD_TOKEN

0 commit comments

Comments
 (0)