From c57b0f5c392ab26cf3e621d9f974e50f6ed1ec07 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 12 Feb 2025 11:50:22 -0600 Subject: [PATCH] add wyoming protocol --- flake.nix | 1 + src/siren.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 80ebf48..9ce9bcd 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,7 @@ buildInputs = with pkgs; [ (python311.withPackages (ps: with ps; [ ollama + wyoming tkinter customtkinter ])) diff --git a/src/siren.py b/src/siren.py index 91a8be1..d3a33e0 100644 --- a/src/siren.py +++ b/src/siren.py @@ -1,4 +1,6 @@ import ollama +#import wyoming + import sys import customtkinter as ctk