14 lines
328 B
Markdown
14 lines
328 B
Markdown
# 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`
|
|
|