Reverting back to claude as default

This commit is contained in:
Ahmed Allam
2025-08-11 18:28:46 -07:00
parent 139faed8ed
commit 5207cdc90c
4 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ Strix are autonomous AI agents that act just like real hackers - they run your c
pipx install strix-agent
# Configure AI provider
export STRIX_LLM="openai/gpt-5"
export STRIX_LLM="anthropic/claude-opus-4-1-20250805"
export LLM_API_KEY="your-api-key"
# Run security assessment
@@ -93,7 +93,7 @@ strix --target api.your-app.com --instruction "Prioritize authentication and aut
```bash
# Required
export STRIX_LLM="openai/gpt-5"
export STRIX_LLM="anthropic/claude-opus-4-1-20250805"
export LLM_API_KEY="your-api-key"
# Recommended