Skip to content

Commit e7a5c2d

Browse files
committed
completion endpoint
1 parent 4009d98 commit e7a5c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
VITE_OPENAI_API_KEY: ${{ secrets.VITE_OPENAI_API_KEY }}
2727
VITE_SIMLI_API_KEY: ${{ secrets.VITE_SIMLI_API_KEY }}
2828
VITE_ELEVENLABS_API_KEY: ${{ secrets.VITE_ELEVENLABS_API_KEY }}
29+
VITE_COMPLETION_ENDPOINT: ${{ secrets.VITE_COMPLETION_ENDPOINT }}
30+
2931
run: npm run build
3032

3133
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)