From 2c218ff6a85914ab0dd7b14210da9650068744a2 Mon Sep 17 00:00:00 2001 From: mixel Date: Tue, 7 Jan 2025 16:18:48 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2b2feb..f2d7aa9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # ai-chatbot -small ai-chatbot for LF6 \ No newline at end of file +small ai-chatbot for LF6 + +## Tech Infra + +We use Ollama to provide inference to a prefered model. \ +There is a `docker-compose` in this repo. + +## Setup + +In the directory of the project execute: `python -m venv ./venv` \ +Then execute in the same directory: `./venv/bin/pip install torch transformers` +