A CLI tool that gives access to LLMs in the terminal
- Gemini 1.5 Flash
- 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"
- Install
ask
go install github.com/Jamlie/ask@latest
- 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"