Skip to content

lahatra3/kaiz_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published