Some folks have been asking how to use Anthropic subscription instead of API. Here are the steps. 1. Open Terminal 2. Run this command - claude setup-token This will return you a long string of characters (token). 3. Run this command - hermes config set ANTHROPIC_TOKEN "your_generated_setup_token_here" 4. Run this command - hermes config set ANTHROPIC_API_KEY " " This makes sure that if you had an API key set that it is reset.