From 7476f464d9c8f5fdf7705c712cff093cffb44ee3 Mon Sep 17 00:00:00 2001 From: matt200-ok Date: Mon, 16 Dec 2024 16:44:12 -0800 Subject: [PATCH] Updated python recipe to use picoLLM v1.2.2 (#30) --- recipes/llm-voice-assistant/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/llm-voice-assistant/python/requirements.txt b/recipes/llm-voice-assistant/python/requirements.txt index fba894a..5fac514 100644 --- a/recipes/llm-voice-assistant/python/requirements.txt +++ b/recipes/llm-voice-assistant/python/requirements.txt @@ -1,4 +1,4 @@ -picollm==1.2.1 +picollm==1.2.2 pvcheetah==2.0.1 pvorca==1.0.0 pvporcupine==3.0.2