chore(dependencies): update Bun lockfile and package configuration
- Update bun.lock with latest package versions - Modify Dockerfile to improve dependency installation - Remove preinstall script from package.json - Add winston logging dependencies - Adjust Docker build process for cleaner dependency management
This commit is contained in:
@@ -31,7 +31,6 @@ class AudioProcessor:
|
||||
def __init__(self):
|
||||
# Initialize wake word detection model
|
||||
self.wake_word_model = Model(
|
||||
custom_model_paths=None, # Use default models
|
||||
inference_framework="onnx" # Use ONNX for better performance
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user