Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# REQUIRED API CONFIGURATION
# =============================================================================

# Llama API Key (REQUIRED)
# Get your API key from: https://www.llama-api.com/
# GROQ API Key (REQUIRED)
Comment thread
yuce-dincer marked this conversation as resolved.
# This is essential for AI transcript generation
LLAMA_API_KEY=your_llama_api_key_here
# Required API Keys
GROQ_API_KEY=your_groq_api_key_here

# =============================================================================
# SETUP INSTRUCTIONS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,7 @@ credentials.json
*.model
*.bin
*.safetensors
.DS_Store
**/.DS_Store

*narrative_
Loading
Loading