AI coding agent in your terminal.
npm install -g @sobers/yomeOr run directly with npx:
npx @sobers/yomeexport YOME_BASE_URL=https://dashscope.aliyuncs.com/apps/anthropic
export YOME_API_KEY=sk-
export YOME_MODEL=qwen-plus| Variable | Description | Default |
|---|---|---|
YOME_API_KEY |
API key | - |
YOME_BASE_URL |
API base URL | https://zenmux.ai/api |
YOME_MODEL |
Model name | - |
YOME_PROVIDER |
API provider: anthropic or openai |
auto-detected |
yome --key sk-xxx --base-url https://api.anthropic.com
yome --model qwen-plus --provider openaiFlags will be saved to ~/.yome/config.json for future use.
# Interactive mode
yome
# With a prompt
yome "help me read package.json"
# Set config and run
yome --key sk-xxx --base-url https://dashscope.aliyuncs.com/apps/anthropic