Skip to content

Commit 2e4e5b7

Browse files
committed
improved with knowledge grounding
1 parent 4da9023 commit 2e4e5b7

37 files changed

Lines changed: 5883 additions & 536 deletions

end-to-end-use-cases/powerpoint-to-voiceover-transcript/.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# REQUIRED API CONFIGURATION
77
# =============================================================================
88

9-
# Llama API Key (REQUIRED)
10-
# Get your API key from: https://www.llama-api.com/
9+
# GROQ API Key (REQUIRED)
1110
# This is essential for AI transcript generation
12-
LLAMA_API_KEY=your_llama_api_key_here
11+
# Required API Keys
12+
GROQ_API_KEY=your_groq_api_key_here
1313

1414
# =============================================================================
1515
# SETUP INSTRUCTIONS

end-to-end-use-cases/powerpoint-to-voiceover-transcript/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,7 @@ credentials.json
185185
*.model
186186
*.bin
187187
*.safetensors
188+
.DS_Store
189+
**/.DS_Store
190+
191+
*narrative_

0 commit comments

Comments
 (0)