Skip to content

Commit cb2740b

Browse files
committed
fix: add filters
1 parent 6ab3f6e commit cb2740b

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/arduino/app_bricks/asr/brick_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ id: arduino:asr
22
name: Automatic Speech Recognition (ASR)
33
description: Automatic Speech Recognition brick for offline speech-to-text processing
44
category: audio
5+
disabled: true
56
requires_model: true
67
requires_container: true
78
model: whisper-small
9+
supported_boards: ["ventunoq"]
810
model_configuration_variables:
911
- VAD_LEN_HANGOVER
1012
variables:

src/arduino/app_bricks/gesture_recognition/brick_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ description: |
66
trigger actions based on these detections.
77
category: video
88
requires_container: true
9+
supported_boards: ["ventunoq"]
910
required_devices:
1011
- camera

src/arduino/app_bricks/llm/brick_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Large Language Model (LLM)
33
description: "Large Language Model (LLM) Brick enables seamless integration with locally hosted LLMs for advanced AI capabilities in your Arduino projects."
44
requires_container: true
55
requires_model: true
6-
model: genie:qwen2.5-3b
6+
model: genie:qwen2.5-7b
77
supported_boards: ["ventunoq"]
88
variables:
99
- name: LOCAL_LLM_API_KEY

src/arduino/app_bricks/tts/brick_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ category: audio
55
requires_model: true
66
requires_container: true
77
supported_boards: ["ventunoq"]
8+
disabled: true
89
model: melo-tts-en

0 commit comments

Comments
 (0)