Skip to content

cnjawi/minall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minall

use LLM directly from terminal (useful for copying and pasting markdown/latex contents), written in Go.

API referrences are here.

help page:

PS> minall help
use LLM directly from terminal.

Usage: minall [command] [options] [...message]

Commands:
  chat     -- start a new chat session
  pipe     -- read from stdin
  trans    -- translate stdin, require translator model
  help     -- print this message

Use "minall [command] -h" to see options of each command.

if command is not matched, all
arguments will be parsed as a message.

Config file is stored in:
  %AppData%\Roaming\minall\

Models defined in config file:
  qwm    -- qwen-max-latest
  qwq    -- qwq-plus-latest
  mtt    -- qwen-mt-turbo
  mtp    -- qwen-mt-plus
  dsv3   -- deepseek-chat
  dsr1   -- deepseek-reasoner
  qwt    -- qwen-turbo-latest
  qwp    -- qwen-plus-latest

models are defined by user in the config file

About

terminal tool for calling llm

Resources

Stars

Watchers

Forks

Packages

No packages published