Update README.md

This commit is contained in:
mixel 2025-01-07 16:18:48 +01:00
parent b1fef94783
commit 2c218ff6a8

View file

@ -1,3 +1,14 @@
# ai-chatbot
small ai-chatbot for LF6
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`