Update README.md
This commit is contained in:
parent
b1fef94783
commit
2c218ff6a8
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue