Docs update

This commit is contained in:
killian 2024-09-11 22:16:36 -07:00
parent da0e9f1718
commit 1bb2a725ed
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ The 01 platform offers flexibility in hardware configurations, allowing you to c
<Card <Card
title="01 Light" title="01 Light"
icon="circle" icon="circle"
href="/hardware/01-light" href="/hardware/01-light/introduction"
description="Create a simplified, lightweight version of the 01 device." description="Create a simplified, lightweight version of the 01 device."
/> />
<Card <Card

View File

@ -5,6 +5,7 @@ description: "The #1 open-source voice interface"
<img <img
src="https://raw.githubusercontent.com/OpenInterpreter/01/main/docs/assets/banner.png" src="https://raw.githubusercontent.com/OpenInterpreter/01/main/docs/assets/banner.png"
noZoom
/> />
The **01** is an open-source platform for intelligent devices, inspired by the *Rabbit R1* and *Star Trek* computer. The **01** is an open-source platform for intelligent devices, inspired by the *Rabbit R1* and *Star Trek* computer.
@ -27,11 +28,11 @@ Assistants powered by the 01 can execute code, browse the web, read and create f
### Software ### Software
<CardGroup cols={2}> <CardGroup cols={2}>
<Card title="Server" icon="server" href="/server"> <Card title="Server" icon="server" href="/server/introduction">
The brain of the 01 system that runs on your computer. It processes input, executes commands, generates responses, and manages core logic using Open Interpreter. The brain of the 01 system that runs on your computer. It processes input, executes commands, generates responses, and manages core logic using Open Interpreter.
</Card> </Card>
<Card title="Client" icon="microphone" href="/client"> <Card title="Client" icon="microphone" href="/client/introduction">
The user interface that captures and transmits audio, plays back responses, and provides a seamless experience across various platforms. The voice interface that captures and transmits audio input, plays back audio responses, and allows users to interact with the server.
</Card> </Card>
</CardGroup> </CardGroup>