mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
fix linter
This commit is contained in:
+1
-4
@@ -383,10 +383,7 @@ impl AppBuilder {
|
||||
if let Some(image_model) =
|
||||
crate::llm::image_models::suggest_image_model(&models)
|
||||
{
|
||||
tools.register_image_tools(
|
||||
self.config.llm.nearai.clone(),
|
||||
Arc::clone(&ws),
|
||||
);
|
||||
tools.register_image_tools(self.config.llm.nearai.clone(), Arc::clone(&ws));
|
||||
tracing::info!(
|
||||
"Image generation tools registered (model: {})",
|
||||
image_model
|
||||
|
||||
Reference in New Issue
Block a user