Last active
July 7, 2026 14:22
-
-
Save vielhuber/bf702e1f4c6bdd4e27e7f7fa8b5ce81b to your computer and use it in GitHub Desktop.
strix #security #ai
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -sSL https://strix.ai/install | bash | |
| export STRIX_LLM="openai/gpt-5.4" | |
| export LLM_API_KEY="..." | |
| export LLM_API_BASE="..." | |
| export STRIX_REASONING_EFFORT="high" | |
| strix --target /var/www/path/to/dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment