Disdjj / sayt

sayt(say it): Interacting with LLM in the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAYT (Simple AI Yield Tool)

Project Icon

中文

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.

Installation

To install SAYT, use the following command:

go install github.com/Disdjj/sayt@latest

Initialization

After installation, initialize SAYT with the following command:

sayt init

This command sets up the necessary configurations for SAYT to interact with LLMs.

Config

open file ~/sayt/config.toml

input your api-host/api-key/model

Init Repo

sayt repo add basic https://github.com/Disdjj/sayt-basic-prompts.git

List Repo

list Repo to know how to use

sayt repo list 
sayt repo list category

Usage

sayt use ai 'hello'
git diff | sayt use summarize_git_diff

About

sayt(say it): Interacting with LLM in the command line

License:Other


Languages

Language:Go 100.0%