Skip to content

Commit

Permalink
Update stock skill and CommonQuery configuration (#680)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored May 22, 2024
1 parent ffb038d commit 3a57992
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ gui:
signal:
use_signal_files: false
skills:
common_query:
extension_time: 5
min_response_wait: 2
max_response_wait: 8
blacklisted_skills:
- skill-ovos-setup.openvoiceos
- skill-messaging.neongeckocom
Expand Down
4 changes: 4 additions & 0 deletions neon_core/configuration/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ skills:
cross_activation: true
cross_deactivation: true
converse_priorities: {}
common_query:
extension_time: 3
min_response_wait: 2
max_response_wait: 6
update_interval: 1.0
disable_osm: false
appstore_sync_interval: 6
Expand Down
2 changes: 1 addition & 1 deletion requirements/skills_default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ neon-skill-personal~=1.0,>=1.0.2a2
neon-skill-speak~=2.0,>=2.0.2a1
neon-skill-speed_test~=1.0,>=1.0.3a1
neon-skill-spelling~=1.1
neon-skill-stock~=1.0,>=1.0.1a4
neon-skill-stock~=1.0,>=1.0.1a5
neon-skill-support_helper~=1.2,>=1.2.3a1
neon-skill-user_settings~=1.0,>=1.0.6a1
neon-skill-weather~=2.0,>=2.0.1a2
Expand Down

0 comments on commit 3a57992

Please sign in to comment.