add wyoming protocol
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
(python311.withPackages (ps: with ps; [
|
(python311.withPackages (ps: with ps; [
|
||||||
ollama
|
ollama
|
||||||
|
wyoming
|
||||||
tkinter
|
tkinter
|
||||||
customtkinter
|
customtkinter
|
||||||
]))
|
]))
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
import ollama
|
import ollama
|
||||||
|
#import wyoming
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import customtkinter as ctk
|
import customtkinter as ctk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user