Skip to content

donaldknoller/chat-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat CLI

A cli tool for quickly querying common llm providers. Currently supported:

  • Claude/Anthropic
  • GPT/OpenAI
  • local

The goal is to support both synchronous and streaming calls to common LLM apis. Has multiple modes

Basic Mode

Uses basic fmt.Print functionality for writing to console, readlines to read

Pasting text with newlines will not work in this mode

TUI Mode

Default mode, press enter to add newlines. Use CTRL+S to submit message

About

A small cli that allows for chatting with LLM APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages