Fast AI
A command-line AI for quick questions with acceptable Time to First Token (TTFT), powered by the Groq API
Installing (Linux)
Download and install with a single command:
curl -fsSL https://raw.githubusercontent.com/JeelRajodiya/fast-ai/main/install.sh | bashTip
You can also use the same command to update the tool to latest version.
Installing (MacOS/Windows)
Please download the binary from the Releases page and add it to your system PATH.
Usage
Get A Groq API key from: https://console.groq.com/keys
Single Query mode
Interactive mode
ai
# Then type your question and press enterUninstalling
curl -fsSL https://raw.githubusercontent.com/JeelRajodiya/fast-ai/main/uninstall.sh | bash

