Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 26, 2024
1 parent e660de9 commit c3d92bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions crates/http-api-bindings/src/embedding/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ mod openai;
mod voyage;

use core::panic;
use std::sync::Arc;
use std::{sync::Arc, time::Duration};

use async_trait::async_trait;
use llama::LlamaCppEngine;
use ratelimit::Ratelimiter;
use std::time::Duration;
use tabby_common::config::HttpModelConfig;
use tabby_inference::Embedding;

Expand Down
1 change: 0 additions & 1 deletion crates/ollama-api-bindings/src/embedding.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::sync::Arc;

use async_trait::async_trait;
use ollama_rs::Ollama;
Expand Down

0 comments on commit c3d92bb

Please sign in to comment.