We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e14d2 commit 421883cCopy full SHA for 421883c
README.md
@@ -31,6 +31,13 @@ Step 4: Create a `.env.local` file in the root of the project and add your API k
31
DEEPGRAM_API_KEY=
32
```
33
34
+You can load the LiveKit environment automatically using the [LiveKit CLI](https://docs.livekit.io/home/cli/cli-setup):
35
+
36
+```bash
37
+lk cloud auth
38
+lk app env -w -d .env.local
39
+```
40
41
Step 5: Run your new agent in the console
42
43
```shell
0 commit comments