diff --git a/README.rst b/README.rst index a00314b..682c2a6 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,8 @@ Features - Integration with language models for generating room titles and processing messages. - Syntax highlighting for code blocks within messages. - Markdown rendering for messages. +- **Code execution**: Run code blocks directly in the browser with support for 38+ programming languages. +- **Text-to-speech**: Convert AI responses to speech with multiple voice options. - Commands to load and save code blocks to AWS S3. - Database storage for messages and chatrooms using SQLAlchemy. - Migration support with Flask-Migrate. @@ -109,6 +111,11 @@ The chatrooms support some special commands: - ``/cancel``: Cancel the most recent chat completion from streaming into the chatroom. - ``/help``: Displays the list of commands and models to choose from. +Code Execution +-------------- + +Code blocks can be executed directly in the browser using the "▶ Run" button. Supports 30+ programming languages with automatic language detection. Code runs in isolated, self-terminating sandbox containers. Compiled binaries can be downloaded directly from the interface. + Structure ---------