We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a84ed commit 7a42b4cCopy full SHA for 7a42b4c
src/content-script/site-adapters/arxiv/index.mjs
@@ -9,7 +9,7 @@ export default {
9
10
return await cropText(
11
`Below is the paper abstract from a preprint site, summarize the key findings, methodology, and conclusions, especially highlight the contributions.` +
12
- `${title}\n${authors}\n${abstract}`,
+ `\n${title}\n${authors}\n${abstract}`,
13
)
14
} catch (e) {
15
console.log(e)
0 commit comments