Docs update
This commit is contained in:
parent
da0e9f1718
commit
1bb2a725ed
|
@ -9,7 +9,7 @@ The 01 platform offers flexibility in hardware configurations, allowing you to c
|
|||
<Card
|
||||
title="01 Light"
|
||||
icon="circle"
|
||||
href="/hardware/01-light"
|
||||
href="/hardware/01-light/introduction"
|
||||
description="Create a simplified, lightweight version of the 01 device."
|
||||
/>
|
||||
<Card
|
||||
|
|
|
@ -5,6 +5,7 @@ description: "The #1 open-source voice interface"
|
|||
|
||||
<img
|
||||
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.
|
||||
|
@ -27,11 +28,11 @@ Assistants powered by the 01 can execute code, browse the web, read and create f
|
|||
### Software
|
||||
|
||||
<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.
|
||||
</Card>
|
||||
<Card title="Client" icon="microphone" href="/client">
|
||||
The user interface that captures and transmits audio, plays back responses, and provides a seamless experience across various platforms.
|
||||
<Card title="Client" icon="microphone" href="/client/introduction">
|
||||
The voice interface that captures and transmits audio input, plays back audio responses, and allows users to interact with the server.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue