Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Jul 30, 2024
1 parent 22e551f commit a45ba2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/program/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ use ollama_rs::{
generation::functions::tools::StockScraper,
generation::functions::tools::Tool,
generation::functions::{
DDGSearcher, FunctionCallRequest, NousFunctionCall, LlamaFunctionCall, OpenAIFunctionCall, Scraper,
DDGSearcher, FunctionCallRequest, LlamaFunctionCall, NousFunctionCall, OpenAIFunctionCall,
Scraper,
},
generation::options::GenerationOptions,
Ollama,
Expand Down

0 comments on commit a45ba2d

Please sign in to comment.