- Description
KAIZ is an IA chatbot in command line interface (CLI). It use kaiz (llama3 customized model) running on ollama.
-
Dependancies
-
Installation
-
Download source code
$ ~ git clone https://github.com/lahatra3/kaiz_node.git -
Install dependancies and build
$ ~ cd kaiz_node $ ~ npm i $ ~ npm run build
-
Install CLI
$ ~ npm i -g -
Running IA model
$ ~ cd local $ ~ docker-compose up -d $ ~ docker exec -it ollama_app bash /root/run.sh
-
Now kaiz CLI could run...
```Bash
$ ~ kaiz "Hello"
```
Happy coding 😊 ...!