lahatra3 / kaiz_node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaiz

  • 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 😊 ...!

About


Languages

Language:JavaScript 88.4%Language:Shell 11.6%