From 28cf83170108b94714b3631c1128faf95debfc3d Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Tue, 25 Nov 2025 23:45:15 +0100 Subject: [PATCH] indicate for context token limits for `--max-context-tokens`. bump to 0.2.16.dev0 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ae9f08..a0115e6 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ async def websocket_endpoint(websocket: WebSocket): | Diarization options | Description | Default | |-----------|-------------|---------| | `--diarization-backend` | `diart` or `sortformer` | `sortformer` | -| `--disable-punctuation-split` | Disable punctuation based splits. See #214 | `False` | +| `--disable-punctuation-split` | [NOT FUNCTIONAL IN 0.2.15 / 0.2.16] Disable punctuation based splits. See #214 | `False` | | `--segmentation-model` | Hugging Face model ID for Diart segmentation model. [Available models](https://github.com/juanmc2005/diart/tree/main?tab=readme-ov-file#pre-trained-models) | `pyannote/segmentation-3.0` | | `--embedding-model` | Hugging Face model ID for Diart embedding model. [Available models](https://github.com/juanmc2005/diart/tree/main?tab=readme-ov-file#pre-trained-models) | `speechbrain/spkrec-ecapa-voxceleb` | @@ -186,7 +186,7 @@ async def websocket_endpoint(websocket: WebSocket): | `--never-fire` | Never truncate incomplete words | `False` | | `--init-prompt` | Initial prompt for the model | `None` | | `--static-init-prompt` | Static prompt that doesn't scroll | `None` | -| `--max-context-tokens` | Maximum context tokens | `None` | +| `--max-context-tokens` | Maximum context tokens | Depends on model used, but usually 448. | diff --git a/pyproject.toml b/pyproject.toml index 7221669..0ad75ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "whisperlivekit" -version = "0.2.15" +version = "0.2.16.dev0" description = "Real-time speech-to-text with speaker diarization using Whisper" readme = "README.md" authors = [