taichat
v0.1.7
Published
Multi-provider AI chat agent for your terminal
Maintainers
Readme
TaiChat
Multi-provider AI chat agent for your terminal. Talk to OpenAI, Anthropic, DeepSeek, DeepInfra, Kimi and more — with local tool calling and permission prompts.
Install
npm install -g taichatUsage
taichat
# or
chatFeatures
- Chat with models from OpenAI, Anthropic, DeepSeek, DeepInfra, Kimi
- Local tool calling: file operations, shell commands, web search
- Permission prompts for dangerous operations
- Switch models on the fly with
/model - Markdown rendering in the terminal
- Web search via Exa AI
Configuration
On first run, TaiChat will prompt you to enter API keys. Config is stored at ~/.taichat/config.json.
You can also set API keys via environment variables:
OPENAI_API_KEYANTHROPIC_API_KEYEXA_API_KEY
Slash Commands
/model— Switch the active model/clear— Clear chat history/config— Re-run API key setup/help— Show available commands
License
Apache-2.0
