Skip to content

Commit a3e6fe8

Browse files
committed
📦 Add openai package to Dockerfile for OpenAI TTS engine
1 parent b0f1df6 commit a3e6fe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
9292
git \
9393
&& rm -rf /var/lib/apt/lists/*
9494

95-
# Install edge-tts (TTS for voice replies)
96-
RUN pip install --no-cache-dir edge-tts
95+
# Install TTS engines (edge-tts default, openai optional)
96+
RUN pip install --no-cache-dir edge-tts openai
9797

9898
# Copy pre-installed Python packages from builder
9999
COPY --from=builder /install /usr/local

0 commit comments

Comments
 (0)