richardmfan commited on
Commit
a0af43d
·
unverified ·
2 Parent(s): c74b4d7 18ecf48

Merge pull request #6 from AutoLLM/fixes

Browse files
Files changed (2) hide show
  1. README.md +6 -5
  2. config.yaml +1 -0
README.md CHANGED
@@ -14,7 +14,8 @@ This repository provides a way to have this daily digest sorted by relevance via
14
 
15
  ### Some examples:
16
 
17
- - Topic: cs.AI, cs.CL
 
18
  - Interest:
19
  - Large language model pretraining and finetunings
20
  - Multimodal machine learning
@@ -24,7 +25,7 @@ This repository provides a way to have this daily digest sorted by relevance via
24
  ![example1](./readme_images/example_1.png)
25
 
26
 
27
- - Topic: q-fin
28
  - Interest: "making lots of money"
29
 
30
  ![example2](./readme_images/example_2.png)
@@ -39,7 +40,7 @@ The recommended way to get started using this repository is to:
39
  2. Modify `config.yaml` and merge the changes into your main branch. If you want a different schedule than Sunday through Thursday at 1:25PM UTC, then also modify the file `.github/workflows/daily_pipeline.yaml`
40
  3. Create or fetch your api key for [OpenAI](https://platform.openai.com/account/api-keys). Note: you will need an OpenAI account.
41
  4. Create or fetch your api key for [SendGrid](https://app.SendGrid.com/settings/api_keys). You will need a SendGrid account. The free tier will generally suffice.
42
- 5. Set the following secrets:
43
  - `OPENAI_API_KEY`
44
  - `SENDGRID_API_KEY`
45
  - `FROM_EMAIL` (only if you don't have it set in `config.yaml`)
@@ -57,7 +58,7 @@ An alternative way to get started using this repository is to:
57
  2. Modify `config.yaml` and merge the changes into your main branch. If you want a different schedule than Sunday through Thursday at 1:25PM UTC, then also modify the file `.github/workflows/daily_pipeline.yaml`
58
  3. Create or fetch your api key for [OpenAI](https://platform.openai.com/account/api-keys). Note: you will need an OpenAI account.
59
  4. Find your email provider's SMTP settings and set the secret `MAIL_CONNECTION` to that. It should be in the form `smtp://user:password@server:port` or `smtp+starttls://user:password@server:port`. Alternatively, if you are using Gmail, you can set `MAIL_USERNAME` and `MAIL_PASSWORD` instead, using an [application password](https://support.google.com/accounts/answer/185833).
60
- 5. Set the following secrets:
61
  - `OPENAI_API_KEY`
62
  - `MAIL_CONNECTION` (see above)
63
  - `MAIL_PASSWORD` (only if you don't have `MAIL_CONNECTION` set)
@@ -82,7 +83,7 @@ If you do not wish to fork this repository, and would prefer to clone and run it
82
  2. Modify the configuration file `config.yaml`
83
  3. Create or fetch your api key for [OpenAI](https://platform.openai.com/account/api-keys). Note: you will need an OpenAI account.
84
  4. Create or fetch your api key for [SendGrid](https://app.SendGrid.com/settings/api_keys) (optional, if you want the script to email you)
85
- 5. Set the following secrets:
86
  - `OPENAI_API_KEY`
87
  - `SENDGRID_API_KEY` (only if using SendGrid)
88
  - `FROM_EMAIL` (only if using SendGrid and if you don't have them set in `config.yaml`)
 
14
 
15
  ### Some examples:
16
 
17
+ - Topic: Computer Science
18
+ - Categories: Artificial Intelligence, Computation and Language
19
  - Interest:
20
  - Large language model pretraining and finetunings
21
  - Multimodal machine learning
 
25
  ![example1](./readme_images/example_1.png)
26
 
27
 
28
+ - Topic: Quantitative Finance
29
  - Interest: "making lots of money"
30
 
31
  ![example2](./readme_images/example_2.png)
 
40
  2. Modify `config.yaml` and merge the changes into your main branch. If you want a different schedule than Sunday through Thursday at 1:25PM UTC, then also modify the file `.github/workflows/daily_pipeline.yaml`
41
  3. Create or fetch your api key for [OpenAI](https://platform.openai.com/account/api-keys). Note: you will need an OpenAI account.
42
  4. Create or fetch your api key for [SendGrid](https://app.SendGrid.com/settings/api_keys). You will need a SendGrid account. The free tier will generally suffice.
43
+ 5. Set the following secrets [(under settings, Secrets and variables, repository secrets)](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository):
44
  - `OPENAI_API_KEY`
45
  - `SENDGRID_API_KEY`
46
  - `FROM_EMAIL` (only if you don't have it set in `config.yaml`)
 
58
  2. Modify `config.yaml` and merge the changes into your main branch. If you want a different schedule than Sunday through Thursday at 1:25PM UTC, then also modify the file `.github/workflows/daily_pipeline.yaml`
59
  3. Create or fetch your api key for [OpenAI](https://platform.openai.com/account/api-keys). Note: you will need an OpenAI account.
60
  4. Find your email provider's SMTP settings and set the secret `MAIL_CONNECTION` to that. It should be in the form `smtp://user:password@server:port` or `smtp+starttls://user:password@server:port`. Alternatively, if you are using Gmail, you can set `MAIL_USERNAME` and `MAIL_PASSWORD` instead, using an [application password](https://support.google.com/accounts/answer/185833).
61
+ 5. Set the following secrets [(under settings, Secrets and variables, repository secrets)](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository):
62
  - `OPENAI_API_KEY`
63
  - `MAIL_CONNECTION` (see above)
64
  - `MAIL_PASSWORD` (only if you don't have `MAIL_CONNECTION` set)
 
83
  2. Modify the configuration file `config.yaml`
84
  3. Create or fetch your api key for [OpenAI](https://platform.openai.com/account/api-keys). Note: you will need an OpenAI account.
85
  4. Create or fetch your api key for [SendGrid](https://app.SendGrid.com/settings/api_keys) (optional, if you want the script to email you)
86
+ 5. Set the following secrets [(under settings, Secrets and variables, repository secrets)](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository):
87
  - `OPENAI_API_KEY`
88
  - `SENDGRID_API_KEY` (only if using SendGrid)
89
  - `FROM_EMAIL` (only if using SendGrid and if you don't have them set in `config.yaml`)
config.yaml CHANGED
@@ -1,6 +1,7 @@
1
  # For physics topics, use the specific subtopics, e.g. "Astrophysics"
2
  topic: "Computer Science"
3
  # An empty list here will include all categories in a topic
 
4
  # Including more categories will result in more calls to the large language model
5
  categories: ["Artificial Intelligence", "Computation and Language"]
6
 
 
1
  # For physics topics, use the specific subtopics, e.g. "Astrophysics"
2
  topic: "Computer Science"
3
  # An empty list here will include all categories in a topic
4
+ # Use the natural language names of the topics, found here: https://arxiv.org
5
  # Including more categories will result in more calls to the large language model
6
  categories: ["Artificial Intelligence", "Computation and Language"]
7