-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
38 lines (34 loc) · 1.13 KB
/
env.example
File metadata and controls
38 lines (34 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ========================================
# Tencent Cloud API Configuration
# ========================================
# Get from: https://console.cloud.tencent.com/cam/capi
TENCENT_SECRET_ID=your_tencent_secret_id
TENCENT_SECRET_KEY=your_tencent_secret_key
TENCENT_REGION=ap-guangzhou
TENCENT_ENDPOINT=trtc.tencentcloudapi.com
# ========================================
# TRTC Configuration
# ========================================
# Get from: https://console.cloud.tencent.com/trtc/app
TRTC_SDK_APP_ID=your_trtc_sdk_app_id
TRTC_SECRET_KEY=your_trtc_secret_key
# ========================================
# LLM Configuration
# ========================================
# Get from your LLM service provider
LLM_API_URL=your_llm_api_url
LLM_API_KEY=your_llm_api_key
LLM_MODEL=your_llm_model
# ========================================
# TTS Configuration
# ========================================
TTS_TYPE=new
TTS_API_KEY=your_tts_api_key
TTS_API_URL=your_tts_api_url
TTS_SAMPLE_RATE=24000
TTS_VOICE_ID=xxx
# ========================================
# Server Configuration (Optional)
# ========================================
# PORT=3000
# HOST=127.0.0.1