Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit ed6e514

Browse files
committed
2 parents acc993f + 89fac48 commit ed6e514

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Code Interpreter on steroids for ChatGPT (by e2b)
22

3-
E2B plugin for ChatGPT is like **code interpreter on steroids**.
3+
[E2B](https://e2b.dev/) plugin for ChatGPT is like **code interpreter on steroids**.
44

5-
E2B gives your ChatGPT instance access to a full cloud environment that's sandboxed. That means:
5+
We gives your ChatGPT instance access to a full cloud environment that's sandboxed. That means:
66
- Access to Linux OS
77
- Using filesystem (create, list, and delete files and dirs)
88
- Run processes
99
- Sandboxed - you can run any code
1010
- Access to the internet
1111

12+
These cloud instances are meant to be used for agents. Like a sandboxed playgrounds, where the agent can do whatever it wants.
13+
1214
## What can I do with all this power?
1315
Here is a few ideas:
1416
- Run **any** language, not just Python. Currently supported out of the box:
@@ -21,6 +23,9 @@ Here is a few ideas:
2123
- Java
2224
- Perl
2325
- .NET
26+
27+
Please open an issue if you want us to support another language
28+
2429
- Run databases
2530
- Start servers
2631
- Run terminal commands

0 commit comments

Comments
 (0)