From 469bea38d269c4717005f7e40d807c19c8046056 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Tue, 25 Jun 2024 18:38:09 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- src/cli.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli.rs b/src/cli.rs index efe8505..3bfe002 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -22,6 +22,8 @@ pub(crate) struct Generator { pub port: u16, } +// TODO: add optional -E/--embedder to specify a different model for RAG. + /// Get things done with LLMs. #[derive(Parser, Debug)] #[command(version, about, long_about = None)]