Skip to content

Commit

Permalink
cargo fmt image_ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
451846939 committed Feb 22, 2025
1 parent d7875cc commit af32d5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rig-core/examples/image_ollama.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ use rig::{
};

use base64::{prelude::BASE64_STANDARD, Engine};
use tokio::fs;
use rig::providers::ollama;
use tokio::fs;

const IMAGE_FLIE_PATH: &str =
"rig-core/examples/images/Camponotus_flavomarginatus_ant.jpg";
const IMAGE_FLIE_PATH: &str = "rig-core/examples/images/Camponotus_flavomarginatus_ant.jpg";

#[tokio::main]
async fn main() -> Result<(), anyhow::Error> {
Expand Down

0 comments on commit af32d5e

Please sign in to comment.