groloch commited on
Commit
f276860
·
1 Parent(s): 78e69f5

Added auth for llama3.2 use

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,6 +9,13 @@ app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Prompt enhancing models interface
 
 
 
 
 
12
  ---
13
 
14
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Prompt enhancing models interface
12
+
13
+ hf_oauth: true
14
+ hf_oauth_scopes:
15
+ - read-repos
16
+ - manage-repos
17
  ---
18
 
19
+ A playground to test and compare several prompt enhancing models.
20
+
21
+ Check out [here](https://huggingface.co/collections/groloch/prompt-enhancing-671d10b65c3da2e7b5948a19) for more !