From a82b4b264f60086b9ad5b4e48edd2536923d38aa Mon Sep 17 00:00:00 2001
From: killian <63927363+KillianLucas@users.noreply.github.com>
Date: Mon, 18 Mar 2024 22:24:16 -0700
Subject: [PATCH] Update README.md
---
README.md | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index b99798e..56d43bb 100644
--- a/README.md
+++ b/README.md
@@ -37,13 +37,27 @@ poetry run 01
-**The 01 project** is building a new kind of computer.
+**The 01 Project** is creating an ecosystem for AI devices.
-Our flagship operating system can power natural language, computer-operating devices like the Rabbit R1, Humane Pin, or [Star Trek](https://www.youtube.com/watch?v=1ZXugicgn6U) computer.
+Our flagship operating system can power conversational devices like the Rabbit R1, Humane Pin, or [Star Trek computer](https://www.youtube.com/watch?v=1ZXugicgn6U).
-We intend to become the “GNU/Linux” of this space by committing to staying open-source, modular, and free.
+We intend to become the GNU/Linux of this space by committing to staying open-source, modular, and free.
-
+## Unified API
+
+The unified API is a standard Python interface for key services used in the 01:
+
+- `/stt` for speech-to-text
+- `/llm` for language models
+- `/tts` for text-to-speech
+
+## Bodies
+
+The 01OS can be housed in many different bodies. We highly encourage PRs that add to this list:
+
+The **01 Light** is an ESP32-based voice interface that controls your home computer over the internet. It's used in combination with the **01 Server**.
+
+The **01 Heavy** is a device that runs everything locally.
## Setup