Not-again-ai

Latest version: v0.14.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.10.3

**Changes**
- Added explicit support for gpt-4o-mini
- Updated dependencies and switched to caret requirements over exact requirements.

**Full Changelog**: https://github.com/DaveCoDev/not-again-ai/compare/v0.10.2...v0.10.3
Available on [PyPI](https://pypi.org/project/not-again-ai/0.10.3/).

0.10.2

**Changes**
- Updated dependencies
- Temporarily downgraded to numpy==1.26.4 due to conflict with transformers

**Full Changelog**: https://github.com/DaveCoDev/not-again-ai/compare/v0.10.1...v0.10.2
Available on [PyPI](https://pypi.org/project/not-again-ai/0.10.2/).

0.10.1

**Changes**
- Added support for deepseek-coder-v2 through Ollama
- Round `response_duration` field in `chat_completion` functions to 4 decimal places.
- Remove transformers no advisory flag from ollama/tokens.py and instead moved to the __init__.py under local_llm
- Renamed notebooks
- Added automation for spell checking using typos

**Full Changelog**: https://github.com/DaveCoDev/not-again-ai/compare/v0.10.0...v0.10.1
Available on [PyPI](https://pypi.org/project/not-again-ai/0.10.1/).

0.10.0

**Changes**
- Created a common abstraction for prompts and token helpers. For token helper functions, they now require a tokenizer as input, even for OpenAI. This has the benefit of saving compute time if the token helpers are called frequently since the tokenizer only needs to initialized once.
- Move ollama to `local_llm` and make `llm` a requirement of `local_llm`
- common `chat_completion` returns both prompt and completion tokens
- Add latency as a common output of all `chat_completion` functions
- Automatically set HF telemetry and warnings to off wherever it is imported
- Update dependencies including to numpy 2.0.0

**Full Changelog**: https://github.com/DaveCoDev/not-again-ai/compare/v0.9.0...v0.10.0
Available on [PyPI](https://pypi.org/project/not-again-ai/0.10.0/).

0.9.0

**Changes**
- Add example for using `phi-3-vision` locally through Hugging Face.
- Update dependencies

**Full Changelog**: https://github.com/DaveCoDev/not-again-ai/compare/v0.8.2...v0.9.0
Available on [PyPI](https://pypi.org/project/not-again-ai/0.9.0/).

0.8.2

**Changes**
- Update dependencies

**Full Changelog**: https://github.com/DaveCoDev/not-again-ai/compare/v0.8.1...v0.82
Available on [PyPI](https://pypi.org/project/not-again-ai/0.8.2/).

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.