Skip to content

Jamlie/ask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask

A CLI tool that gives access to LLMs in the terminal

Available LLMs

  • Gemini 1.5 Flash

How To Use

  • Ask one question:
ask gemini "10 reasons why 69 is the best number"
  • Chat:
ask gemini --chat
> what is 0x45 in decimals?
  • Multi-line statements in chat
ask gemini --chat
> @"
... what is 0x45 in decimals?
... and what is it in octal?
... @"
  • Document:
ask gemini --doc --path "path/to/pdf" --msg "summarize this"

Get Started

  1. Install ask
go install github.com/Jamlie/ask@latest
  1. Make a .ask.toml file in $HOME for Windows, macOS and Linux (I'd like to interject for a moment...) in this format:
gemini_api = "api key"