- Fixed initalization of the `lattereview.utils.data_handler` module.
1.0.4
Added
- Added support for handling `RIS` input files.
Changed
- The `review_workflow.py` will now accept string inputs with `.ris`, `.csv`, `.xls`, `.xlsx` formats.
1.0.3
Changed
- The `OpenAIProvider` now accepts a base_url, enabling it to be used with providers like OpenRouter. - Providers now accept a calculate_cost argument to control whether or not calculate the chats. Mostly useful for models that are not available in tokencost package. - Updated the docs to reflect the above features.
1.0.2
Fixed
- Fixed a bug in base_reviewer that caused the model_args to be printed in every call.
Changed
- The model_args in base_agent is now an empty dictionary by default.
1.0.1
Fixed
- Fixed a bug in base_reviewer that caused the reviewers to fail when model_args were not provided.