.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TTS_TOKEN
secret
大模型语音合成API配置
TTS_APP_ID
TTS_CLUSTER
TTS_VOICE_TYPE
音色和参数配置
TTS_SPEED_RATIO
OUTPUT_FORMAT
输出格式
brew install flyctl && fly launch --from https://github.com/code4craft/ai_story_teller
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/code4craft/ai_story_teller
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/code4craft/ai_story_teller