Skip to content

Commit

Permalink
Merge branch 'main' into feat/group-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
howard9199 authored Dec 23, 2024
2 parents 4b03917 + 69b2d77 commit dc25078
Show file tree
Hide file tree
Showing 10 changed files with 1,903 additions and 77 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ OPENAI_API_KEY="sk-xxx"
HUGGINGFACE_TOKEN="hf_xxx"
LLAMA_CLOUD_API_KEY="llx-xxx"

GOOGLE_GENAI_API_KEY="XXX"
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.699.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@genkit-ai/googleai": "^0.9.12",
"@hinagiku/ffmpeg-core": "0.12.6-pcm-mpeg-only",
"@ricky0123/vad-web": "^0.0.22",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-vercel": "^5.5.2",
Expand All @@ -41,6 +45,7 @@
"firebase-admin": "^12.7.0",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.3",
"genkit": "^0.9.12",
"globals": "^15.12.0",
"html5-qrcode": "^2.3.8",
"husky": "^9.1.7",
Expand Down
Loading

0 comments on commit dc25078

Please sign in to comment.