What's New
-
Prominent AI-Powered Features section in README
- Dedicated section highlighting MessageExplainer and MessageGenerator
- Provider comparison table (OpenAI, Anthropic, Google, Ollama)
- Updated tagline to highlight AI capabilities
-
New Ollama notebook (
08_llm_features_ollama.ipynb)- Local LLM inference with qwen3-coder
- Runs completely offline, no API keys needed
-
Updated LLM documentation
- Notebook references in docs/llm/
- Expanded Ollama setup guide with recommended models
Installation
```bash
pip install iso8583sim==1.1.3
With LLM features
pip install iso8583sim[openai] # or [anthropic], [ollama], [llm]
```