We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f1df6 commit a3e6fe8Copy full SHA for a3e6fe8
1 file changed
Dockerfile
@@ -92,8 +92,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
92
git \
93
&& rm -rf /var/lib/apt/lists/*
94
95
-# Install edge-tts (TTS for voice replies)
96
-RUN pip install --no-cache-dir edge-tts
+# Install TTS engines (edge-tts default, openai optional)
+RUN pip install --no-cache-dir edge-tts openai
97
98
# Copy pre-installed Python packages from builder
99
COPY --from=builder /install /usr/local
0 commit comments