This commit is contained in:
Dhanji R. Prasanna
2025-11-06 13:41:06 +11:00
parent d007e8f471
commit d78732df14
3 changed files with 10 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ impl AnthropicProvider {
let model = model.unwrap_or_else(|| "claude-3-5-sonnet-20241022".to_string());
info!("Initialized Anthropic provider with model: {}", model);
debug!("Initialized Anthropic provider with model: {}", model);
Ok(Self {
client,