The open-source language model computer
Go to file
ben 1720b783ce
LiveKit Pipeline Agent (#4)
* init processors

* fix image append for chat messages

* add pre tts cb

* stash non-functional worker changes

* add complete flag parsing worker

* stash worker changes

* update worker.py to handle message context correctly

* draft worker -- currently mismanages chat ctx

* stash draft delta changes

* working worker on push to talk happy path

* final working worker on push to talk

* refactor append image

* updated video frame processing

* rm text processor

* working draft main

* draft working poetry
2024-11-25 20:10:16 -08:00
.github Changed tests, remove acknowledge requirement 2024-07-29 19:45:33 -07:00
docs Docs update 2024-09-11 22:16:36 -07:00
hardware/light Updated Appendix 2024-08-28 19:11:23 -07:00
software LiveKit Pipeline Agent (#4) 2024-11-25 20:10:16 -08:00
.gitignore Use official OI server. 3 second latency. 2024-07-15 21:58:33 -07:00
.gitmodules updated submodule to track main branch 2024-09-23 14:33:04 -04:00
.pre-commit-config.yaml Change linter, ruff to black 2024-04-07 15:16:19 +02:00
CONTEXT.md 01.1 2024-08-25 17:51:22 -07:00
CONTRIBUTING.md 01.1 2024-08-25 17:51:22 -07:00
LICENSE Create LICENSE 2024-01-21 21:26:21 -08:00
README.md Multimodal doc 2024-10-16 17:08:02 -07:00
ROADMAP.md 01.1 2024-08-25 17:51:22 -07:00
USES.md 01.1 2024-08-25 17:51:22 -07:00

README.md

Discord

The #1 open-source voice interface.

Get Updates | Documentation


[!NOTE] You can talk to your 01 using OpenAI's Realtime API (Advanced Voice Mode) via the --multimodel flag, e.g:

poetry run 01 --server livekit --qr --expose --multimodal



01 Project Banner



The 01 is an open-source platform for intelligent devices, inspired by the Rabbit R1 and Star Trek computer. Powered by Open Interpreter, it provides a natural language voice interface for computers.


[!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.


Capabilities

  • Execute code
  • Browse the web
  • Manage files
  • Control third-party software

Getting Started

For detailed setup instructions, visit our installation guide.

Server Options

  1. Light Server: Optimized for low-power devices like ESP32. Learn more
  2. Livekit Server: Full-featured for higher processing power devices. Learn more

Clients

Hardware

Build your own 01 Light device or explore other hardware options.

Customization

Customize behavior, language model, system message, and more by editing profiles in the software/source/server/profiles directory. Configuration guide

Safety Considerations

Understand the risks and implement safety measures when using 01.

Contributing

We welcome contributions! Check out our contributing guidelines and join our Discord community.

Documentation

For comprehensive guides, API references, and troubleshooting, visit our official documentation.



ContextRoadmap