Skip to content

Commit

Permalink
completion endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 4009d98 commit e7a5c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
VITE_OPENAI_API_KEY: ${{ secrets.VITE_OPENAI_API_KEY }}
VITE_SIMLI_API_KEY: ${{ secrets.VITE_SIMLI_API_KEY }}
VITE_ELEVENLABS_API_KEY: ${{ secrets.VITE_ELEVENLABS_API_KEY }}
VITE_COMPLETION_ENDPOINT: ${{ secrets.VITE_COMPLETION_ENDPOINT }}

run: npm run build

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit e7a5c2d

Please sign in to comment.