Richard Fan commited on
Commit
7673aac
·
1 Parent(s): fcd099f

add hugging face example

Browse files
Files changed (2) hide show
  1. README.md +8 -0
  2. readme_images/hf_example.png +0 -0
README.md CHANGED
@@ -48,6 +48,14 @@ This repository offers a method to curate a daily digest, sorted by relevance, u
48
 
49
  ## 💡 Usage
50
 
 
 
 
 
 
 
 
 
51
  ### Running as a github action using SendGrid (Recommended).
52
 
53
  The recommended way to get started using this repository is to:
 
48
 
49
  ## 💡 Usage
50
 
51
+ ### Hugging Face
52
+
53
+ The easiest way to get started is at [https://huggingface.co/spaces/AutoLLM/arxiv-digest](https://huggingface.co/spaces/AutoLLM/arxiv-digest). Simply enter your [OpenAI API key](https://platform.openai.com/account/api-keys) and then fill in the configuration on the right. Note that we do not store your key.
54
+
55
+ ![hfexample](./readme_images/hf_example.png)
56
+
57
+ You can also send yourself an email of the digest by creating a SendGrid account and [api key](https://app.SendGrid.com/settings/api_keys).
58
+
59
  ### Running as a github action using SendGrid (Recommended).
60
 
61
  The recommended way to get started using this repository is to:
readme_images/hf_example.png ADDED