feat: centralize default constants and refactor overlay enter handling in TUI
This commit is contained in:
@@ -62,7 +62,7 @@ impl Tool for WorkflowRun {
|
||||
|
||||
let llm_client = LlmClient::new(
|
||||
crate::llm::provider::DEFAULT_API_KEY.to_string(),
|
||||
"deepseek-v4-flash-free".to_string(),
|
||||
zesdex_domain::agent::defaults::DEFAULT_MODEL.to_string(),
|
||||
None,
|
||||
);
|
||||
let rt = tokio::runtime::Runtime::new()?;
|
||||
|
||||
Reference in New Issue
Block a user