examples : set no_context to true by default [no ci]

This commit is contained in:
Daniel Bevenius 2026-06-24 15:04:29 +02:00
parent ece8721cb6
commit 2a92d5a624
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ struct parakeet_params {
int32_t offset_ms = 0;
int32_t duration_ms = 0;
bool no_context = false;
bool no_context = true;
int32_t audio_ctx = 0; // 0 = use default
bool use_gpu = true;