Skip to content

Commit

Permalink
Generate title dynamic with gemini pro
Browse files Browse the repository at this point in the history
  • Loading branch information
FelippeChemello committed Dec 20, 2023
1 parent e41fff7 commit 3aca285
Show file tree
Hide file tree
Showing 9 changed files with 9,853 additions and 8,542 deletions.
1 change: 1 addition & 0 deletions .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REFRESH_TOKEN=
YOUTUBE_REFRESH_TOKEN=
GOOGLE_MAKERSUITE_API_KEY=

CHROME_BIN=

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
INSTAGRAM_EMAIL: ${{ secrets.INSTAGRAM_EMAIL }}
INSTAGRAM_PASSWORD: ${{ secrets.INSTAGRAM_PASSWORD }}
YOUTUBE_REFRESH_TOKEN: ${{ secrets.YOUTUBE_REFRESH_TOKEN }}
GOOGLE_MAKERSUITE_API_KEY: ${{ secrets.GOOGLE_MAKERSUITE_API_KEY }}
# ACTIONS_RUNNER_DEBUG: true
# ACTIONS_STEP_DEBUG: true

Expand All @@ -33,7 +34,7 @@ jobs:
- name: Setup Node.JS environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: podcast-maker CLI cache
uses: actions/cache@v3
Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:
- name: Setup Node.JS environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install FFMPEG
uses: FedericoCarboni/setup-ffmpeg@v1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
Expand Down
Loading

0 comments on commit 3aca285

Please sign in to comment.