Spaces:
Paused
Paused
Deploy Potato demo: Potato — Multi-Label Classification
Browse files- config.yaml +1 -5
config.yaml
CHANGED
|
@@ -24,11 +24,6 @@ annotation_schemes:
|
|
| 24 |
- white
|
| 25 |
sequential_key_binding: true
|
| 26 |
site_dir: default
|
| 27 |
-
|
| 28 |
-
# AI Support Configuration
|
| 29 |
-
# To use AI hints, set your API key via environment variable:
|
| 30 |
-
# export OPENAI_API_KEY="your-key-here"
|
| 31 |
-
# Or replace ${OPENAI_API_KEY} with your actual key below
|
| 32 |
ai_support:
|
| 33 |
enabled: true
|
| 34 |
endpoint_type: openai
|
|
@@ -47,3 +42,4 @@ ai_support:
|
|
| 47 |
warm_up_page_count: 3
|
| 48 |
on_next: 2
|
| 49 |
on_prev: 1
|
|
|
|
|
|
| 24 |
- white
|
| 25 |
sequential_key_binding: true
|
| 26 |
site_dir: default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
ai_support:
|
| 28 |
enabled: true
|
| 29 |
endpoint_type: openai
|
|
|
|
| 42 |
warm_up_page_count: 3
|
| 43 |
on_next: 2
|
| 44 |
on_prev: 1
|
| 45 |
+
require_no_password: true
|