SAYT is a command-line tool designed to interact with Language Model Models (LLMs) effortlessly. It allows users to communicate with AI assistants via simple commands in the terminal.
To install SAYT, use the following command:
go install github.com/Disdjj/sayt@latest
After installation, initialize SAYT with the following command:
sayt init
This command sets up the necessary configurations for SAYT to interact with LLMs.
open file ~/sayt/config.toml
input your api-host
/api-key
/model
sayt repo add basic https://github.com/Disdjj/sayt-basic-prompts.git
list Repo to know how to use
sayt repo list
sayt repo list category
sayt use ai 'hello'
git diff | sayt use summarize_git_diff