Code review fixes

This commit is contained in:
Mark Backman
2025-04-23 17:22:19 -04:00
parent ac9dce63ae
commit 8c0c8a6153
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ In the client UI, you can see the transcription messages along with the smart-tu
- GOOGLE_API_KEY
- CARTESIA_API_KEY
- DEEPGRAM_API_KEY
- DAILY_API_KEY
- FAL_SMART_TURN_API_KEY
4. Run the server:
@@ -59,7 +60,7 @@ In the client UI, you can see the transcription messages along with the smart-tu
3. Create your .env.local file:
```bash
cp env.example .env.local
cp env.local.example .env.local
```
> Note: No keys need to be modified. `NEXT_PUBLIC_API_BASE_URL` is already configured for local use.

View File

@@ -1,4 +1,5 @@
GOOGLE_API_KEY=
CARTESIA_API_KEY=
DEEPGRAM_API_KEY=
DAILY_API_KEY=
FAL_SMART_TURN_API_KEY=