chore: local defaults
This commit is contained in:
@@ -18,11 +18,11 @@ pub struct Cli {
|
||||
pub anthropic_key: String,
|
||||
|
||||
/// Anthropic API base URL.
|
||||
#[arg(long, default_value = "https://api.anthropic.com")]
|
||||
#[arg(long, default_value = "http://beast.hanzalova.internal:1234")]
|
||||
pub anthropic_url: String,
|
||||
|
||||
/// Claude model to use for strategy generation.
|
||||
#[arg(long, default_value = "claude-sonnet-4-20250514")]
|
||||
#[arg(long, default_value = "qwen/qwen3.5-35b-a3b")]
|
||||
pub model: String,
|
||||
|
||||
/// Maximum agent iterations (generate → backtest → evaluate cycles).
|
||||
|
||||
Reference in New Issue
Block a user