|
58 | 58 |
|
59 | 59 | Below are all the secrets you need to set. They are invisible to anyone including you once they are set, for security. |
60 | 60 |
|
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 | |
70 | 70 |
|
71 | 71 | Then you should also set a public variable `CUSTOM_CONFIG` for your custom configuration. |
72 | 72 |  |
|
0 commit comments