Added auth for llama3.2 use
Browse files
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 |
-
|
|
|
|
|
|
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 !
|