Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copy this to .env and fill in your API keys

# Required: At least one LLM API key (Gemini is the default provider)
GEMINI_API_KEY=your_gemini_key_here
GEMINI_API_KEY="your_gemini_api_key_here"

# Optional: Other LLM Providers
# OPENAI_API_KEY=your_openai_key_here
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ nul
drafts/
.omc
.claude

# Generated content
src/yt_study/output/
coverage.xml
htmlcov/
Loading
Loading