01/01OS
Shiven Mian 502d26dd63 fix: added base Skills class and env var 2024-02-16 00:30:21 -08:00
..
01OS fix: added base Skills class and env var 2024-02-16 00:30:21 -08:00
_archive Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
.env.example fix: added base Skills class and env var 2024-02-16 00:30:21 -08:00
README.md Pushed to `pip` 2024-02-12 03:45:11 -08:00
poetry.lock Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
pyproject.toml Pushed to `pip` 2024-02-12 03:45:11 -08:00
start.py Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
start.sh fix: added tom's fixes 2024-02-13 19:44:38 -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