Skip to content

Commit 46f6b42

Browse files
committed
updated readme
1 parent 733e4f6 commit 46f6b42

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

test/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,18 @@ export DEEPGRAM_API_KEY=<your-api-key>
8686
- **Transcripts stream live**: Streaming STT shows interim (gray) and final (green) results. Flux shows words appearing as they're transcribed.
8787
- **Smart formatting and Nova-3**: Nova-3 on `release-260319`+ requires the `entity-detector` NER model files for `smart_format=true`. If you don't have the NER models loaded, use `-smart-format=false` to test Nova-3 without formatting. Nova-2 works with smart formatting without the NER model.
8888

89+
## Useful Commands
90+
91+
Check which models are loaded on each engine:
92+
93+
```bash
94+
# Nova/standard engine models
95+
kubectl exec -n deepgram -it $(kubectl get pod -n deepgram -l app=deepgram-engine -o jsonpath='{.items[0].metadata.name}') -- ls -la /models/
96+
97+
# Flux engine models
98+
kubectl exec -n deepgram-flux -it $(kubectl get pod -n deepgram-flux -l app=deepgram-engine -o jsonpath='{.items[0].metadata.name}') -- ls -la /models/
99+
```
100+
89101
## Audio File
90102

91103
By default, the tool uses `../benchmarking/audio.8k.wav` (8kHz, 16-bit PCM mono, ~20 seconds). Use the `-audio` flag to specify a different file.

0 commit comments

Comments
 (0)