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