small ai-chatbot for LF6
Find a file
2025-01-07 20:00:57 +01:00
.gitignore add intital project files 2025-01-07 12:18:20 +01:00
app.py Little happy chatbot is finished yipiieee 2025-01-07 20:00:57 +01:00
docker-compose.yml add intital project files 2025-01-07 12:18:20 +01:00
README.md Update README.md 2025-01-07 16:58:42 +01:00

ai-chatbot

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 gradio openai