Skip to content

Commit

Permalink
Revert "Use Gemini in video and audio transcript"
Browse files Browse the repository at this point in the history
  • Loading branch information
bil4444 authored Feb 7, 2025
1 parent e188e81 commit b8039f2
Show file tree
Hide file tree
Showing 13 changed files with 944 additions and 1,232 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
id-token: 'write'

steps:
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- uses: actions/checkout@v3
with:
submodules: true
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN npm prune --production

#########################################
FROM node:18-alpine3.18
RUN apk update && apk add ffmpeg

WORKDIR /srv/www
EXPOSE 5000 5500
Expand Down
Loading

0 comments on commit b8039f2

Please sign in to comment.