Docs update
This commit is contained in:
parent
5b7aa1a55f
commit
da0e9f1718
16
README.md
16
README.md
|
@ -8,14 +8,22 @@
|
|||
<br><a href="https://changes.openinterpreter.com">Get Updates</a> | <a href="https://01.openinterpreter.com/">Documentation</a><br>
|
||||
</p>
|
||||
|
||||
<br></br>
|
||||
|
||||

|
||||
|
||||
The **01** is an open-source platform for intelligent devices, inspired by the *Rabbit R1* and *Star Trek* computer. Powered by [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter), it enables natural language control over your digital environment.
|
||||
<br></br>
|
||||
|
||||
The **01** is an open-source platform for intelligent devices, inspired by the *Rabbit R1* and *Star Trek* computer. Powered by [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter), it provides a natural language voice interface for computers.
|
||||
|
||||
<br>
|
||||
|
||||
> [!IMPORTANT]
|
||||
> This experimental project is under rapid development and lacks basic safeguards. Until a stable `1.0` release, only run this on devices without sensitive information or access to paid services.
|
||||
|
||||
## Key Capabilities
|
||||
<br>
|
||||
|
||||
## Capabilities
|
||||
|
||||
- Execute code
|
||||
- Browse the web
|
||||
|
@ -24,7 +32,7 @@ The **01** is an open-source platform for intelligent devices, inspired by the *
|
|||
|
||||
## Getting Started
|
||||
|
||||
For detailed setup instructions for your specific platform, visit our [installation guide](https://01.openinterpreter.com/setup/installation).
|
||||
For detailed setup instructions, visit our [installation guide](https://01.openinterpreter.com/setup/installation).
|
||||
|
||||
## Server Options
|
||||
|
||||
|
@ -57,7 +65,7 @@ We welcome contributions! Check out our [contributing guidelines](CONTRIBUTING.m
|
|||
|
||||
For comprehensive guides, API references, and troubleshooting, visit our [official documentation](https://01.openinterpreter.com/).
|
||||
|
||||
---
|
||||
<br></br>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/OpenInterpreter/01/blob/main/CONTEXT.md">Context</a> •
|
||||
|
|
|
@ -37,6 +37,6 @@ Assistants powered by the 01 can execute code, browse the web, read and create f
|
|||
|
||||
### Hardware
|
||||
|
||||
<Card title="Build Options" icon="microchip" href="/hardware">
|
||||
<Card title="Build Options" icon="microchip" href="/hardware/introduction">
|
||||
Explore various hardware configurations, from desktop setups to ESP32-based portable builds and custom integrations. Find guides for assembling your own 01 device.
|
||||
</Card>
|
Loading…
Reference in New Issue