Skip to content

Commit

Permalink
Merge pull request #359 from cofacts/llm-transcript
Browse files Browse the repository at this point in the history
Use Gemini in video and audio transcript
  • Loading branch information
bil4444 authored Feb 7, 2025
2 parents 251fe5f + a88e2b7 commit e188e81
Show file tree
Hide file tree
Showing 13 changed files with 1,227 additions and 939 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
id-token: 'write'

steps:
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- uses: actions/checkout@v3
with:
submodules: true
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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 e188e81

Please sign in to comment.