Skip to content

Commit 41a0669

Browse files
committed
update readme
1 parent 4b7e04e commit 41a0669

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858

5959
Below are all the secrets you need to set. They are invisible to anyone including you once they are set, for security.
6060

61-
| Key | Required | Type |Description | Example |
62-
| :--- | :---: | :--- | :--- | :--- |
63-
| ZOTERO_ID || str | User ID of your Zotero account. **User ID is not your username, but a sequence of numbers**Get your ID from [here](https://www.zotero.org/settings/security). You can find it at the position shown in this [screenshot](https://github.com/TideDra/zotero-arxiv-daily/blob/main/assets/userid.png). | 12345678 |
64-
| ZOTERO_KEY | | str | An Zotero API key with read access. Get a key from [here](https://www.zotero.org/settings/security). | AB5tZ877P2j7Sm2Mragq041H |
65-
| SENDER | | str | The email account of the SMTP server that sends you email. | abc@qq.com |
66-
| SENDER_PASSWORD | | str | The password of the sender account. Note that it's not necessarily the password for logging in the e-mail client, but the authentication code for SMTP service. Ask your email provider for this. | abcdefghijklmn |
67-
| RECEIVER | | str | The e-mail address that receives the paper list. | abc@outlook.com |
68-
| OPENAI_API_KEY | | str | API Key when using the API to access LLMs. You can get FREE API for using advanced open source LLMs in [SiliconFlow](https://cloud.siliconflow.cn/i/b3XhBRAm). | sk-xxx |
69-
| OPENAI_API_BASE | | str | API URL when using the API to access LLMs. If not filled in, the default is the OpenAI URL. | https://api.siliconflow.cn/v1 |
61+
| Key |Description | Example |
62+
| :--- | :--- | :--- |
63+
| ZOTERO_ID | User ID of your Zotero account. **User ID is not your username, but a sequence of numbers**Get your ID from [here](https://www.zotero.org/settings/security). You can find it at the position shown in this [screenshot](https://github.com/TideDra/zotero-arxiv-daily/blob/main/assets/userid.png). | 12345678 |
64+
| ZOTERO_KEY | An Zotero API key with read access. Get a key from [here](https://www.zotero.org/settings/security). | AB5tZ877P2j7Sm2Mragq041H |
65+
| SENDER | The email account of the SMTP server that sends you email. | abc@qq.com |
66+
| SENDER_PASSWORD | The password of the sender account. Note that it's not necessarily the password for logging in the e-mail client, but the authentication code for SMTP service. Ask your email provider for this. | abcdefghijklmn |
67+
| RECEIVER | The e-mail address that receives the paper list. | abc@outlook.com |
68+
| OPENAI_API_KEY | API Key when using the API to access LLMs. You can get FREE API for using advanced open source LLMs in [SiliconFlow](https://cloud.siliconflow.cn/i/b3XhBRAm). | sk-xxx |
69+
| OPENAI_API_BASE | API URL when using the API to access LLMs. | https://api.siliconflow.cn/v1 |
7070

7171
Then you should also set a public variable `CUSTOM_CONFIG` for your custom configuration.
7272
![vars](./assets/repo_var.png)

0 commit comments

Comments
 (0)