bytelyst-devops-tools/youtube/config.json
Saravana Dhandapani b5c2e399cb Add generated YouTube transcript summary and fix API model
- Add c7bbO_KSLPI_complete_transcript_summary.md with comprehensive bilingual astrological analysis
- Update config.json to use correct Perplexity API model 'sonar'
- Generated summary includes ALP astrology methodology in Tamil and English
- Professional markdown format with structured learning content
2026-02-14 15:04:32 -08:00

24 lines
852 B
JSON

{
"api": {
"key": "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",
"base_url": "https://api.perplexity.ai/chat/completions",
"model": "sonar",
"timeout": 60
},
"generation": {
"max_tokens": 4000,
"temperature": 0.7,
"top_p": 0.9,
"stream": false
},
"system_prompt": "You are an expert astrological analyst and educator specializing in Vedic astrology and ALP methodology. You provide comprehensive, accurate, and culturally authentic analysis in both Tamil and English languages.",
"files": {
"default_transcript": "captions/c7bbO_KSLPI_complete_transcript.txt",
"default_prompt": "prompts/summarize_in_tamil.txt",
"output_suffix": "_summary.md"
},
"logging": {
"verbose": true,
"show_progress": true
}
}