diff --git a/CHANGELOG.md b/CHANGELOG.md index c63bfc2..a2dde35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.1 + +- Fix the error on setting up the Mattermost posting + ## 1.2.0 ### Changed diff --git a/images/paperbee_pipeline.png b/images/paperbee_pipeline.png index 497a93c..748a4b4 100644 Binary files a/images/paperbee_pipeline.png and b/images/paperbee_pipeline.png differ diff --git a/images/paperbee_pipeline.svg b/images/paperbee_pipeline.svg index d507a2e..6833175 100644 --- a/images/paperbee_pipeline.svg +++ b/images/paperbee_pipeline.svg @@ -1,4 +1,4 @@ -
Query papers
Filter by date
Filter by relevance
LLM
CLI
Fill the spreadsheet
Keywords
Filtering
prompt
Due to the current implementation, 
findpapers
 has to query all of the relevant papers from arxiv and filter out the old ones. Avoid too broad queries!
Send the papers
\ No newline at end of file +
Query papers
Filter by relevance
LLM
CLI
Fill the spreadsheet
Keywords
Filtering
prompt
Send the papers
\ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 322a434..85ffb0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PaperBee" -version = "1.2.0" +version = "1.2.1" description = "" authors = ["Daniele Lucarelli ", "Vladimir Shitov "] repository = "https://github.com/theislab/paperbee" diff --git a/src/PaperBee/daily_posting.py b/src/PaperBee/daily_posting.py index 31054db..a185e43 100644 --- a/src/PaperBee/daily_posting.py +++ b/src/PaperBee/daily_posting.py @@ -48,7 +48,7 @@ async def daily_papers_search( if slack_args == {}: slack_args = {"bot_token": "", "channel_id": "", "is_posting_on": False} if mattermost_args == {}: - mattermost_args = {"bot_token": "", "channel_id": "", "is_posting_on": False} + mattermost_args = {"url": "", "token": "", "team": "", "channel": "", "is_posting_on": False} llm_filtering = config.get("LLM_FILTERING", False) if llm_filtering: