# This is the rust service that controls the voice flow

## run
```bash
cargo run --bin server

or 

proxychains4 cargo run --bin server #For Chinese
```