We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7830c3e commit 2081639Copy full SHA for 2081639
.env.example
@@ -0,0 +1,7 @@
1
+LIVEKIT_URL=
2
+LIVEKIT_API_KEY=
3
+LIVEKIT_API_SECRET=
4
+
5
+OPENAI_API_KEY=
6
+DEEPGRAM_API_KEY=
7
+CARTESIA_API_KEY=
.gitignore
@@ -1,5 +1,6 @@
.env
.env.*
+!.env.example
.DS_Store
__pycache__
.idea
@@ -8,4 +9,4 @@ KMS
8
9
.vscode
10
*.egg-info
11
.pytest_cache
-.ruff_cache
12
+.ruff_cache
0 commit comments