Compare commits

...
Author SHA1 Message Date
Renee Huang 0b5243e6e0 rm confusing sample key 2026-05-18 21:39:13 -07:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ All examples live in this directory. Each is a standalone project with its own `
cd apps/examples/<example-name>
bun install
bun run build:sdk
export CLINE_API_KEY="cline_..."
export CLINE_API_KEY="sk_..."
bun dev
```
+1 -1
View File
@@ -14,7 +14,7 @@ bun run build:sdk
Set an API key:
```bash
export CLINE_API_KEY="cline_..."
export CLINE_API_KEY="sk_..."
```
Run:
+1 -1
View File
@@ -18,7 +18,7 @@ bun run build:sdk
Set an API key:
```bash
export CLINE_API_KEY="cline_..."
export CLINE_API_KEY="sk_..."
```
Optionally set a GitHub token. Public PRs can be loaded without one, but a token is recommended for private repositories and higher rate limits:
+1 -1
View File
@@ -16,7 +16,7 @@ bun run build:sdk
Set an API key:
```bash
export CLINE_API_KEY="cline_..."
export CLINE_API_KEY="sk_..."
```
Run:
+1 -1
View File
@@ -16,7 +16,7 @@ bun run build:sdk
Set an API key:
```bash
export CLINE_API_KEY="cline_..."
export CLINE_API_KEY="sk_..."
```
Run: