Spaces:
Sleeping
Sleeping
Create settings.yml
Browse files- settings.yml +25 -0
settings.yml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
use_default_settings: true
|
| 2 |
+
|
| 3 |
+
server:
|
| 4 |
+
port: 7860
|
| 5 |
+
bind_address: 0.0.0.0
|
| 6 |
+
secret_key: "hf-secret-key"
|
| 7 |
+
|
| 8 |
+
search:
|
| 9 |
+
safe_search: 0
|
| 10 |
+
formats:
|
| 11 |
+
- html
|
| 12 |
+
- json
|
| 13 |
+
|
| 14 |
+
engines:
|
| 15 |
+
- name: duckduckgo
|
| 16 |
+
engine: duckduckgo
|
| 17 |
+
shortcut: ddg
|
| 18 |
+
|
| 19 |
+
- name: brave
|
| 20 |
+
engine: brave
|
| 21 |
+
shortcut: br
|
| 22 |
+
|
| 23 |
+
- name: wikipedia
|
| 24 |
+
engine: wikipedia
|
| 25 |
+
shortcut: wp
|