agent-Specialization/users/ziyin/project/content_automation_agent/.env.example
2025-11-14 16:44:12 +08:00

18 lines
399 B
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.

# OpenAI API配置
OPENAI_API_KEY=your_openai_api_key_here
# Azure语音服务配置
AZURE_SPEECH_KEY=your_azure_speech_key_here
AZURE_SPEECH_REGION=eastus
# ElevenLabs语音服务配置
ELEVENLABS_API_KEY=your_elevenlabs_api_key_here
# Google Cloud配置可选
# GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account-key.json
# 其他配置
# LOG_LEVEL=INFO
# MAX_CONCURRENT_REQUESTS=5