From b2c614c87c4cdf7915aea7e7eb6c7dec69d91bcc Mon Sep 17 00:00:00 2001 From: Matthew Maxwell Date: Mon, 16 Dec 2024 16:25:35 -0800 Subject: [PATCH] Updated python recipe to use picoLLM v1.2.2 --- 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