diff --git a/README.md b/README.md index 06714b0..fae2f95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## LLM Sandbox -**Lightweight and portable LLM sandbox runtime** +*Save your time by simplifying the process of running code generated by large language models (LLMs)* 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. @@ -10,6 +10,7 @@ LLM Sandbox is a lightweight and portable sandbox environment designed to run la - **Isolation:** Run your code in isolated Docker containers to prevent interference with your host system. - **Flexibility:** Support for multiple programming languages. - **Portability:** Use predefined Docker images or custom Dockerfiles. +- **Scalability:** Support Kubernetes. ### Installation