From 6e5107c883fc6c1e04dc5463d6412e7c02b2b15b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 12:41:01 +0000 Subject: [PATCH] Initial commit: ShellGen CLI tool with LLM backends --- app/requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..fbd499f --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,6 @@ +rich>=13.7.0 +ollama>=0.1.0 +llama-cpp-python>=0.2.0 +pyyaml>=6.0 +pytest>=7.0.0 +pytest-cov>=4.0.0