Changelog for genai-lib-2.1.0
2.0.1 (2025-04-23)
- Fixed build issues with cabal and package dep ranges
- Removed some whitespace in example code
2.0 (2025-04-22)
- Extensive redesign of this library
- Work done to support multiple LLM servers
- Redesigned how LLM options work using Semigroup
- Now supporting loading the API key from a file
- Added code to make the TLS request timeout longer
- Added and adjusted docs including Haddock API docs
- Redesigned failure with throwIO and a custom exception type
- Added keep_alive to the Ollama request
1.3 (2025-03-27)
- Initial release