mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 19:36:23 +00:00
- 회의시작및실시간회의록작성.puml 병합 완료 - .gitignore 업데이트 - stt-ai 디렉토리 추가 - requirements.txt, .env.example 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
# Azure Speech Service 설정
|
|
AZURE_SPEECH_KEY=your_azure_speech_key_here
|
|
AZURE_SPEECH_REGION=region_here
|
|
|
|
# OpenAI API (회의록 생성용)
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
|
|
# 개발 환경 설정
|
|
ENVIRONMENT=development
|
|
DEBUG=true
|
|
|
|
|