Make date parse from metadata a little more consistent
This commit is contained in:
@@ -995,7 +995,10 @@ impl InsightGenerator {
|
||||
let image_base64 = if has_vision {
|
||||
match self.load_image_as_base64(&file_path) {
|
||||
Ok(b64) => {
|
||||
log::info!("Successfully loaded image for vision-capable model '{}'", model_to_check);
|
||||
log::info!(
|
||||
"Successfully loaded image for vision-capable model '{}'",
|
||||
model_to_check
|
||||
);
|
||||
Some(b64)
|
||||
}
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user