Skip to content

Commit

Permalink
fix: imports in ex
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger committed Nov 2, 2024
1 parent a1be7c4 commit 0e33fd8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rig-core/examples/gemini_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ use rig::{
completion::Prompt,
providers::gemini::{self, completion::gemini_api_types::GenerationConfig},
};

use std::panic;
use tracing::debug;

#[tracing::instrument(ret)]
#[tokio::main]

async fn main() -> Result<(), anyhow::Error> {
tracing_subscriber::fmt()
.with_max_level(tracing::Level::DEBUG)
Expand Down

0 comments on commit 0e33fd8

Please sign in to comment.