git clone git@github.com:haixuanTao/moly.git --branch dora-backend-support
cd moly
cargo build --release
cd moly
cargo run -r
uv venv --seed -p 3.11
source .venv/bin/activate
uv pip install dora-rs-cli dora-rs
dora build whisper-template-metal.yml --uv ## very long process
source .venv/bin/activate
dora up
cargo run --release -p dora-openai-websocket
dora destroy
Go to MolyServer Tab
Add a custom Provider
In API Host, use:
Then go to Chat Tab
New Chat
( Make sure the servver is running with: cargo run --release -p dora-openai-websocket)
On bottom right, click on 🎧 icon.
If nothing happen is that the server is not found.
Click on start
Wait for the first AI greeting
Start speaking!
You should get AI response!
brew install git-lfs # MacOS
git lfs install
git clone https://github.com/moxin-org/moxin-voice-chat.git