chore: include .env.example to allow bootstrapping (#8)

This commit is contained in:
Tobias Fried
2025-07-24 18:19:55 -06:00
committed by GitHub
parent 7830c3e5b4
commit 2081639ee7
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
LIVEKIT_URL=
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
OPENAI_API_KEY=
DEEPGRAM_API_KEY=
CARTESIA_API_KEY=
+2 -1
View File
@@ -1,5 +1,6 @@
.env .env
.env.* .env.*
!.env.example
.DS_Store .DS_Store
__pycache__ __pycache__
.idea .idea
@@ -8,4 +9,4 @@ KMS
.vscode .vscode
*.egg-info *.egg-info
.pytest_cache .pytest_cache
.ruff_cache .ruff_cache