-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d5e0b0
commit e755143
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
--- | ||
title: Introduction | ||
description: "The 01 is a Language Model Computer. 01OS is its operating system" | ||
description: "The open-source language model computer." | ||
--- | ||
|
||
Introduction (the what, ripped from the github) — same as OI, I think should have a very basic setup on the bottom of that page, just about cloning the repo and running start.py. | ||
|
||
** PREVIOUS ** | ||
|
||
<img | ||
src="https://openinterpreter.com/assets/banner.jpg" | ||
alt="thumbnail" | ||
style={{ transform: "translateY(-1.25rem)" }} | ||
/> | ||
|
||
The 01 Operating System (01OS) is open source software that operates computers using language models, powered by Open Interpreter. | ||
This allows computers to understand natural language requests, and execute tasks on your behalf. | ||
These guides will cover the steps for installing, using, and teaching 01OS. | ||
The 01 project is an open-source ecosystem for artificially intelligent devices. | ||
|
||
By combining code-interpreting language models ("interpreters") with speech recognition and voice synthesis, the 01’s flagship operating system ("01OS") can power conversational, computer-operating AI devices similar to the Rabbit R1 or the Humane Pin. | ||
|
||
## Getting Started | ||
We intend to become the “Linux” of this new space— open, modular, and free for personal or commercial use. | ||
|
||
The 01 Light is the interface with 01OS. It connects to your computer or our hosted service via the Internet or directly to an 01 Heavy (coming soon). | ||
## Quick Start | ||
|
||
You can order a pre-made device or find instructions for building your own at openinterpreter.com/01OS/guides/hardware-guide. | ||
You will always have the option to build your own device. | ||
```bash | ||
# Clone the repo, cd into the 01OS directory | ||
git clone https://github.com/OpenInterpreter/01.git | ||
cd 01OS | ||
|
||
To connect to your device, use the one click installer. | ||
# Install dependencies and run start.py | ||
poetry install | ||
poetry run 01 | ||
``` | ||
|
||
_Disclaimer:_ The current version of 01OS is a developer preview. |