v1.4
- Local models exposed via Ollama are now supported!
- Ollama will only appear in the menu if the program is running.
- Added a CLI interface in IDA Pro so that users can converse with the selected model directly.
- Important refactoring under the hood so that menus can be generated dynamically based on all available models.
- An added benefit is that third parties trying to add support for more models should have an easier time.
⚠ A new dependency was added (ollama
), make sure you run pip install requirements.txt
again after updating! ⚠