From a45ba2dc992409b5fb8f4ff43f69497e67b098e9 Mon Sep 17 00:00:00 2001 From: andthattoo Date: Tue, 30 Jul 2024 12:32:39 +0300 Subject: [PATCH] fmt --- src/program/executor.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/program/executor.rs b/src/program/executor.rs index 405f82e..968c85f 100644 --- a/src/program/executor.rs +++ b/src/program/executor.rs @@ -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,