add wyoming protocol

This commit is contained in:
2025-02-12 11:50:22 -06:00
parent 62bec63cc9
commit c57b0f5c39
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
buildInputs = with pkgs; [
(python311.withPackages (ps: with ps; [
ollama
wyoming
tkinter
customtkinter
]))

View File

@@ -1,4 +1,6 @@
import ollama
#import wyoming
import sys
import customtkinter as ctk