anpigon commited on
Commit
7b4c310
1 Parent(s): b9af45a

docs(README.md): add instructions for setting up OPENAI_API_KEY in the repository settings

Browse files

The README.md file has been updated to include instructions for setting up the `OPENAI_API_KEY` in the repository settings. This will allow users to easily configure the API key for using Hugging Face. The instructions include navigating to the "Settings > Variables and secrets" section and adding the `OPENAI_API_KEY`. Additionally, a link to the Hugging Face documentation on "Getting Started with Repositories" has been included for reference.

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -26,6 +26,14 @@ pip install -r requirements.txt
26
  ```py
27
  python app.pyt
28
  ```
 
 
 
 
 
 
 
 
29
  <br>
30
 
31
  ---
 
26
  ```py
27
  python app.pyt
28
  ```
29
+
30
+ ## 허깅페이스
31
+
32
+ Settings > Variables and secrets 에 `OPENAI_API_KEY`를 등록합니다.
33
+ ![](https://i.imgur.com/CDq2rIL.png)
34
+
35
+ 허깅페이스 [Getting Started with Repositories](https://huggingface.co/docs/hub/repositories-getting-started) 문서를 참고합니다.
36
+
37
  <br>
38
 
39
  ---