diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-11-02 03:29:04 +0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-03 19:03:36 +0000 |
commit | 64889c4c525c4c66fb74dd703a1cbc0375bc405d (patch) | |
tree | d95eaebe015ffb1695ec39f5524832cd1a7f761a /meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb | |
parent | 832fb66cc1dad280410e828547e97315741f085d (diff) |
Update voice agent related recipes
Change the SRCURI to use gerrit repos. Update agl-service-voicegent
recipe to correctly package all the required content. Add recipe for
another en-us vosk model. Add service files for RASA and Voice Agent
server.
Bug-AGL: SPEC-4906
Change-Id: Ic9f77386ff5c545c2a80433dd538c94bd8763e9e
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb')
-rw-r--r-- | meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb index 491e4633..d0bc55e7 100644 --- a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb +++ b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://../LICENSE;md5=fdebc354a9200f9dc847e624d4584ea9" SRC_URI += " \ - git://github.com/malik727/snips-nlu-utils.git;protocol=https;branch=master \ + git://github.com/snipsco/snips-nlu-utils.git;protocol=https;branch=master \ " PV = "0.9.1+git${SRCPV}" |