You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Powered by the [E2B SDK](https://github.com/e2b-dev/code-interpreter).
12
12
## Features
13
13
14
14
- Based on Next.js 14 (App Router, Server Actions), shadcn/ui, TailwindCSS, Vercel AI SDK.
15
-
- Uses the [E2B SDK](https://github.com/e2b-dev/code-interpreter) by [E2B](https://e2b.dev) to securely execute code generated by AI.
15
+
- Uses the [E2B SDK](https://github.com/e2b-dev/code-interpreter) by [E2B](https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments) to securely execute code generated by AI.
16
16
- Streaming in the UI.
17
17
- Can install and use any package from npm, pip.
18
18
- Supported stacks ([add your own](#adding-custom-personas)):
@@ -42,7 +42,7 @@ Powered by the [E2B SDK](https://github.com/e2b-dev/code-interpreter).
42
42
43
43
-[git](https://git-scm.com)
44
44
- Recent version of [Node.js](https://nodejs.org) and npm package manager
45
-
-[E2B API Key](https://e2b.dev)
45
+
-[E2B API Key](https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments)
46
46
- LLM Provider API Key
47
47
48
48
### 1. Clone the repository
@@ -72,7 +72,7 @@ npm i
72
72
Create a `.env.local` file and set the following:
73
73
74
74
```sh
75
-
# Get your API key here - https://e2b.dev/
75
+
# Get your API key here - https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments
76
76
E2B_API_KEY="your-e2b-api-key"
77
77
78
78
# OpenAI API Key
@@ -138,7 +138,7 @@ npm run build
138
138
139
139
### Adding custom personas
140
140
141
-
1. Make sure [E2B CLI](https://e2b.dev/docs/cli) is installed and you're logged in.
141
+
1. Make sure [E2B CLI](https://e2b.dev/docs/cli?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments) is installed and you're logged in.
142
142
143
143
2. Add a new folder under [sandbox-templates/](sandbox-templates/)
0 commit comments