Skip to content

Commit

Permalink
feat: closer to mvp (#9)
Browse files Browse the repository at this point in the history
* feat: youtube video to embedding

* refactor: store embedding in public json [WIP]

* refactor: use rusty_ytdl over rusttube + add more embedded submissions

* feat: script to save season data to db

* feat: open sourced data, including embedding

* refactor: minor frontend redesign
  • Loading branch information
cs50victor authored Mar 1, 2024
1 parent 44dbfaf commit b0aa8c2
Show file tree
Hide file tree
Showing 18 changed files with 3,066 additions and 438 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
LIVEKIT_API_KEY=""
LIVEKIT_API_SECRET=""
LIVEKIT_URL=""
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=""
NEXT_PUBLIC_LIVEKIT_URL=wss://kitt2-czsdamom.livekit.cloud

OPENAI_API_KEY=""
OPENAI_ORG_ID=""

ELEVEN_API_KEY=""
DEEPGRAM_API_KEY=""

SUPABASE_URL=""
SUPABASE_KEY=""
Loading

0 comments on commit b0aa8c2

Please sign in to comment.