Skip to content

Commit c06942f

Browse files
committed
soft-delete jargons
1 parent a08ab87 commit c06942f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/listener/src/fsm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,14 @@ async fn setup_listen_client<R: tauri::Runtime>(
332332
.unwrap_or_default()
333333
};
334334

335-
tracing::info!(api_base = ?api_base, api_key = ?api_key, "listen_client");
335+
tracing::info!(api_base = ?api_base, api_key = ?api_key, language = ?language, "listen_client");
336336

337337
Ok(crate::client::ListenClient::builder()
338338
.api_base(api_base)
339339
.api_key(api_key)
340340
.params(hypr_listener_interface::ListenParams {
341341
language,
342-
static_prompt: jargons.join(", "),
342+
static_prompt: "".to_string(),
343343
..Default::default()
344344
})
345345
.build())

0 commit comments

Comments
 (0)