A terminal-based LLM tool using xAI's Grok 4 model via their API.
- Get your API key from https://x.ai/api.
- Install:
pip install -r requirements.txt
thenpip install -e .
- Run:
grok_cli --api-key YOUR_KEY
Note: Export COMPOSIO_API_KEY in your shell
- Enter prompts at "You: ".
- Type "exit" to quit.
- Conversation history is maintained.