Skip to content

Commit 55bd165

Browse files
committed
fix
1 parent a2a2850 commit 55bd165

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Types of changes:
2424
curl https://tinybird.co | sh
2525
tb login
2626
tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
27-
tb token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
27+
tb --cloud token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
2828
open https://llm-tracker.tinybird.live\?token\=$TOKEN
2929
```
3030

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

dashboard/ai-analytics/src/components/ui/onboarding-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tb login
6161
tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
6262
6363
# copy the token to the clipboard
64-
tb token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
64+
tb --cloud token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
6565
6666
# use the hosted dashboard with your data
6767
open https://llm-tracker.tinybird.live\\?token\\=$TINYBIRD_TOKEN`,

0 commit comments

Comments
 (0)