-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.config.env.bak
63 lines (54 loc) · 1.98 KB
/
.config.env.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#! This is the configuration file for the podcast generator
#! Ensure no passwords or API keys are stored in this file
#! Passwords and API keys should be stored in .auth.env file which is ignored by git
## Environment variables
#podcastFeedDataSourcePlugin
PODCAST_DATA_SOURCE_PLUGINS=sqliteTokenDataSourcePlugin
#testerDataSourcePlugin
SUBREDDIT=programming
NUMBER_OF_POSTS_TO_FETCH=1
#testerDataSourcePlugin
PODCAST_INTRO_PLUGINS=standardIntroPlugin
#testerIntroPlugin
PODCAST_SEGMENT_WRITER_PLUGINS=genericNewsPodcastSegmentWriter
#testerSegmentWriter
PODCAST_OUTRO_PLUGINS=outroWriterPlugin
#testerOutroPlugin
PODCAST_PRODUCER_PLUGINS=producerPlugin
PODCAST_FEEDS=https://feed.syntax.fm/
#https://podnews.net/rss
# https://www.spreaker.com/show/6060119/episodes/feed
ARTICLES_RSS_FEEDS=https://rss.app/feeds/_c2pBTHi1b82IDjwT.xml
#,https://feed.syntax.fm/
NUMBER_OF_ITEMS_TO_FETCH=1
SHOULD_PAUSE_AND_VALIDATE_QUERIES_BEFORE_STARTING=true
# The following environment variables are for configuring the podcast for your specific needs
# required
PODCAST_NAME="Slop Cast"
PODCAST_TYPE="crypto, tech, memes"
PODCAST_DESCRIPTION="A podcast about the latest memecoins on farcaster and other platforms"
# Token Stories
TOKEN_STORIES_DB_PATH=/Users/davidnorman/clanker-launch-bot/tokens.db
# Langchain
# LANGCHAIN_TRACING_V2=true
# LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
# LANGCHAIN_PROJECT=pr-ajar-archives-11
# anthropic or openai
LLM_MODEL_PROVIDER=anthropic
# OpenAI
LLM_MODEL_VERSION_NAME=gpt-4o-mini
MAX_TOKENS_SUMMARY=4096
TEMPERATURE_SUMMARY=0.2
# Anthropic
ANTHROPIC_MODEL=claude-3-5-sonnet-latest
ANTHROPIC_MAX_TOKENS=8192
# The following environment variables are required to publish the podcast
UPLOAD_TIMEOUT=60 * 5 * 1000
AUDIO_FILE_FORMAT='mp3'
AUDIO_FILE_TEMPLATE='episode.%(ext)s'
#PUPETEER_HEADLESS=false
# SAVE_AS_DRAFT=0
# TTS Script Selection
# TTS_SCRIPT=ttsLocalScript.sh
# Uncomment the line below and comment out the line above to use ttsScript.sh instead
TTS_SCRIPT=ttsLocalScript.sh