feat: int testing docs

This commit is contained in:
leonardotrapani
2026-02-02 10:06:58 +01:00
parent 195f9f5115
commit 3ecfc0c3a2
4 changed files with 182 additions and 1 deletions
+1
View File
@@ -100,6 +100,7 @@ Common extension points:
- Implement a `BatchAdapter` or `StreamingAdapter` in `internal/transcriber/`.
- Add adapter constants in `internal/provider/names.go`.
- Update provider docs in `docs/providers.md`.
- Run `hyprvoice test-models` to verify the integration (see `docs/testing.md`).
- Add a new injection backend:
- Implement `Backend` in `internal/injection/`.