Skip to content

Commit

Permalink
Resolve LLM Fallback Skill bugs (#662)
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 1, 2024
1 parent 19b6928 commit b01f5d6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 23 deletions.
7 changes: 0 additions & 7 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ gui:
run_gui_file_server: false
generic:
homescreen_supported: true
MQ:
server: mq.2023.us
port: 35672
users:
mq_handler:
user: neon_api_utils
password: Klatchat2021
signal:
use_signal_files: false
skills:
Expand Down
2 changes: 1 addition & 1 deletion neon_core/configuration/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ network_tests:
ncsi_endpoint: http://www.msftncsi.com/ncsi.txt
ncsi_expected_text: Microsoft NCSI
MQ:
server: mq.2021.us
server: mq.neonaiservices.com
port: 5672
users:
mq_handler:
Expand Down
7 changes: 0 additions & 7 deletions neon_core/configuration/opi5/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ gui:
run_gui_file_server: false
generic:
homescreen_supported: true
MQ:
server: mq.2023.us
port: 35672
users:
mq_handler:
user: neon_api_utils
password: Klatchat2021
signal:
use_signal_files: false
skills:
Expand Down
7 changes: 0 additions & 7 deletions neon_core/configuration/rpi4/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ gui:
run_gui_file_server: false
generic:
homescreen_supported: true
MQ:
server: mq.2023.us
port: 35672
users:
mq_handler:
user: neon_api_utils
password: Klatchat2021
signal:
use_signal_files: false
skills:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ovos-core==0.0.7
# padacioso==0.1.3a2

neon-utils[network]~=1.10
neon-utils[network]~=1.10,>=1.10.1
ovos-utils~=0.0,>=0.0.38
ovos-bus-client~=0.0.8
neon-transformers~=0.2
Expand Down

0 comments on commit b01f5d6

Please sign in to comment.