From 72103242c4f161967d28906fe6c74c2069d7e933 Mon Sep 17 00:00:00 2001 From: Duy Huynh Date: Mon, 8 Jul 2024 18:21:05 +0700 Subject: [PATCH] fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 992260f..02d685e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## LLM Sandbox -*Simplifying the process of running large language models (LLMs) generated code* +*The easiest way to run large language model (LLM) generated code (code interpreter) in a safe and isolated environment.* LLM Sandbox is a lightweight and portable sandbox environment designed to run large language model (LLM) generated code in a safe and isolated manner using Docker containers. This project aims to provide an easy-to-use interface for setting up, managing, and executing code in a controlled Docker environment, simplifying the process of running code generated by LLMs.