Documentation
Quick start
Authenticate once, choose a mode, and send your first prompt from the terminal.
First-time sign-in
Terminal
sengpt --loginComplete sign-in, SSO, or two-factor authentication in the Chromium window. The session stays in Sengpt's dedicated local browser profile.
Start a conversation
Launch an interactive conversation with no arguments:
Terminal
sengptOr provide the opening prompt and continue chatting:
Terminal
sengpt "Explain the actor model"Ask once and exit
Terminal
sengpt --query "Summarize the CAP theorem"Pipe content into a prompt
Terminal
cat README.md | sengpt --query "Point out anything unclear"