Files
bigwo/realtime_dialog_external_rag_test/java/.env.example

41 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ========== 服务端口 ==========
PORT=3001
# ========== 火山引擎 RTC ==========
VOLC_RTC_APP_ID=your_rtc_app_id
VOLC_RTC_APP_KEY=your_rtc_app_key
# ========== 火山引擎 OpenAPI 签名 ==========
VOLC_ACCESS_KEY_ID=your_access_key_id
VOLC_SECRET_ACCESS_KEY=your_secret_access_key
# ========== 豆包端到端语音大模型 ==========
VOLC_S2S_APP_ID=your_s2s_app_id
VOLC_S2S_TOKEN=your_s2s_access_token
# ========== 火山方舟 LLM混合编排必需 ==========
VOLC_ARK_ENDPOINT_ID=your_ark_endpoint_id
VOLC_ARK_API_KEY=your_ark_api_key
# ========== 可选:联网搜索 ==========
VOLC_WEBSEARCH_API_KEY=your_websearch_api_key
# ========== 可选:声音复刻 ==========
VOLC_S2S_SPEAKER_ID=your_custom_speaker_id
# ========== 可选:方舟私域知识库搜索 ==========
# 是否启用火山方舟知识库true/false
VOLC_ARK_ENABLED=false
# 方舟知识库 Dataset ID在方舟控制台 -> 知识库 中获取,多个用逗号分隔)
VOLC_ARK_KNOWLEDGE_BASE_IDS=your_knowledge_base_dataset_id
# 知识库检索 top_k返回最相关的文档数量默认3
VOLC_ARK_KNOWLEDGE_TOP_K=3
# 知识库检索相似度阈值0-1默认0.5
VOLC_ARK_KNOWLEDGE_THRESHOLD=0.5
# ========== 可选Coze 知识库 ==========
# Coze Personal Access Token在 coze.cn -> API 设置 -> 个人访问令牌 中获取)
COZE_API_TOKEN=your_coze_api_token
# Coze 机器人 ID需要已挂载知识库插件的 Bot
COZE_BOT_ID=your_coze_bot_id