[Share] LLM-powered automatic paper summarization #457
cs-qyzhang
started this conversation in
Action Scripts
Replies: 3 comments
-
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.
0 replies
-
为什么不直接用zotero gpt? |
Beta Was this translation helpful? Give feedback.
0 replies
-
相比zotero gpt更轻量,能够在加入新论文时自动总结并生成笔记,不需要任何操作,生成的笔记后续可以随时查看。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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