From 15875127fb18bd1d20541ead43011d3db61ce202 Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Tue, 5 Mar 2024 10:53:41 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 600ca3d2..98202417 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ Easiset way to get started is to use our [Cloud API](https://d3jvqvcd9u4534.clou ```bash uvicorn main:app --reload ``` +## 🤖 Interpreter mode +Super-Rag has built in support for running computational Q&A using code interpreters powered by [E2B.dev](https://e2b.dev) custom runtimes. You can signup to receive an API key to leverage they sandboxes in a cloud environment or setup your own by following [these instructions](https://github.com/e2b-dev/infra). ## 🚀 How to use Super-Rag comes with a built in REST API powered by FastApi.