Financial Forecast Model using Anaconda for Python
nexus_ai.py now supports both Anthropic and Gemini providers.
- Anthropic (default): set
ANTHROPIC_API_KEY - Gemini: set
GEMINI_API_KEYor pass--api-key
Examples:
python nexus_ai.py ask "Summarize risk" --provider anthropic
python nexus_ai.py ask "Summarize risk" --provider gemini --api-key "$GEMINI_API_KEY"Note: GhostRecon tool execution (
--tools) is currently supported with Anthropic provider only.