GitDeployHub

code4craft/ai_story_teller

github.com/code4craft/ai_story_teller ↗
Python
6 environment variables found in .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 输出格式
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/code4craft/ai_story_teller
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/code4craft/ai_story_teller
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/code4craft/ai_story_teller
Or deploy to a different host
← Try another repo