병합 완료: 원격 저장소 최신 변경사항 반영

- 회의시작및실시간회의록작성.puml 병합 완료
- .gitignore 업데이트
- stt-ai 디렉토리 추가
- requirements.txt, .env.example 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Minseo-Jo
2025-10-22 15:24:08 +09:00
parent b05f7b2f22
commit 9f15f4f6e5
6 changed files with 176 additions and 80 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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