[Share] LLM-powered automatic paper summarization #457
Replies: 4 comments 5 replies
-
I've updated the script to eliminate the need for local Python deployment! Don't worry, your llm api key will be used locally! If you still prefer a local setup, please use this version. |
Beta Was this translation helpful? Give feedback.
-
为什么不直接用zotero gpt? |
Beta Was this translation helpful? Give feedback.
-
相比zotero gpt更轻量,能够在加入新论文时自动总结并生成笔记,不需要任何操作,生成的笔记后续可以随时查看。 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Automatically summarize academic papers and generate notes in Zotero using an LLM.
Event
Creat Item
Operation
Script
Data
Anything else
See https://github.com/cs-qyzhang/zotero-ai-summary.
TLDR: If you use ZotMoov or ZotFile to save your papers on OneDrive or other synchronized drives, set
only_link_file
totrue
; configureopenaiBaseUrl
,modelName
, andapiKey
according to the LLM API you intend to use; adjustchunkSize
to match the model's context length; translatestuffPrompt
,mapPrompt
, andreducePrompt
into your preferred language, ensuring that the placeholders{title}
and{text}
remain unchanged.Beta Was this translation helpful? Give feedback.
All reactions