move claude-marketplace to ai-proj-helper
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
# 豆包语音 API 环境变量配置(本地版本)
|
||||
#
|
||||
# 使用说明:
|
||||
# 1. 复制本文件: cp setup_env.local.sh.example setup_env.local.sh
|
||||
# 2. 编辑 setup_env.local.sh,填入您的真实凭证
|
||||
# 3. 运行: source setup_env.local.sh
|
||||
# 4. .gitignore 已配置忽略 setup_env.local.sh,所以您的凭证不会被提交到 Git
|
||||
|
||||
# ⚠️ 重要:请在下面填入您的真实凭证(仅本地使用)
|
||||
export DOUBAO_APP_ID="your_app_id_here"
|
||||
export DOUBAO_ACCESS_TOKEN="your_access_token_here"
|
||||
|
||||
# V3 API 配置 (可选,如需豆包2.0音色)
|
||||
# export DOUBAO_USE_V3="true"
|
||||
# export DOUBAO_RESOURCE_ID="volc.bigmodel.tts"
|
||||
|
||||
echo "✅ 豆包语音 API 环境变量已设置(本地配置)"
|
||||
echo ""
|
||||
echo "App ID: ${DOUBAO_APP_ID:0:10}..."
|
||||
echo "Access Token: ${DOUBAO_ACCESS_TOKEN:0:20}..."
|
||||
Reference in New Issue
Block a user