From c8f30c2cf30bc2f68ab2d621266e2457677352b9 Mon Sep 17 00:00:00 2001 From: Yiyabo Date: Tue, 30 Jun 2026 14:35:33 +0800 Subject: [PATCH] dashscope: add DASHSCOPE_API_KEY to .env.example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index f5233118..78549c50 100644 --- a/.env.example +++ b/.env.example @@ -22,6 +22,10 @@ DOUBAO_SPEECH_API_KEY= # Volcengine Doubao Speech TTS (new console API Key DOUBAO_SPEECH_VOICE_TYPE= # Default Doubao speaker/voice type, e.g. zh_female_vv_uranus_bigtts # Piper local voices do not require env vars; install `piper-tts` via pip +# --- DashScope (Alibaba Cloud Bailian) --- +DASHSCOPE_API_KEY= # Qwen image gen (qwen-image-2.0-pro), TTS (qwen3-tts-flash), ASR with word timestamps (qwen3-asr-flash-filetrans) + # Get one at https://dashscope.aliyun.com/ + # --- Music --- SUNO_API_KEY= # Suno AI music generation (full songs, instrumentals, any genre)