01/01OS
Theia Vogel 5348f569b0 quick hack to support audio/raw in tts 2024-02-18 01:31:16 -08:00
..
01OS quick hack to support audio/raw in tts 2024-02-18 01:31:16 -08:00
_archive Bug fixes, CTRL-C fix, relative script fixes, less print statements 2024-02-15 12:36:08 -08:00
.env.example fix: remove unnecessary files 2024-02-17 05:33:33 -08:00
README.md Pushed to `pip` 2024-02-12 03:45:11 -08:00
poetry.lock removing mss (not going to do the screenshot functionality right now) 2024-02-12 18:32:58 -08:00
pyproject.toml Lenient teach mode, incremented version 2024-02-17 18:55:14 -08:00
start.py Bug fixes, CTRL-C fix, relative script fixes, less print statements 2024-02-15 12:36:08 -08:00
start.sh feat: add Teach Mode args 2024-02-17 05:44:32 -08:00

README.md

The open-source language model computer.

pip install 01OS
01 # This will run a server + attempt to determine and run a client.
# (Behavior can be modified by changing the contents of `.env`)

Expose an 01 server publically:

01 --server --expose # This will print a URL that a client can point to.

Run a specific client:

01 --client macos # Options: macos, rpi

Run locally:

The current default uses OpenAI's services.

The --local flag will install and run the whisper.cpp STT and Piper TTS models.

01 --local # Local client and server
01 --local --server --expose # Expose a local server