You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
503 B
24 lines
503 B
---
|
|
title: "Livekit Server"
|
|
description: "Run your 01"
|
|
---
|
|
|
|
<Info> Make sure that you have navigated to the `software` directory. </Info>
|
|
|
|
This server leverages the Livekit SDK and is used for the mobile apps.
|
|
|
|
It uses WebRTC for real-time communication and is very robust.
|
|
|
|
To run the Livekit server:
|
|
|
|
```bash
|
|
poetry run 01 --server livekit
|
|
```
|
|
|
|
<Note>
|
|
Speech to Text and Text to Speech are handled by Livekit plugins which
|
|
requires a Deepgram or ElevenLabs API key.
|
|
</Note>
|
|
|
|
Set env var API keys.
|