2 Commits

Author SHA1 Message Date
51aa4f033a docs: Rate Limiting 구현 세부사항 확인 완료
- redis==5.0.1, slowapi==0.1.9 버전 확정
- auth-redis 네트워크 연결 정보 확인 (appnet, 172.21.0.2)
- 미확인 사항 모두 해결

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:33:54 +09:00
1d4673f5ee docs: Rate Limiting 구현 방법 문서화
- /api/chat 엔드포인트 Rate Limiting 미구현 이슈 문서화
- 분당 20회 제한 정책 결정
- main.py 4줄 수정으로 구현 가능
- rate_limiter.py 신규 파일 생성 필요

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:31:34 +09:00