kyush-llm-router/README.md
2026-03-25 12:38:03 +09:00

17 lines
404 B
Markdown

# Kyush LLM Router
다중 사용자 LLM 라우팅 프록시 — API 키 인증, 백엔드 라우팅, 스크립트 기반 요청/응답 조작, 사용량 모니터링.
## Quick Start
```bash
pnpm install
pnpm run dev
```
- API 서버: http://localhost:3000
- 어드민 대시보드: http://localhost:3002
## Documentation
프로젝트 구조와 개발 가이드는 [AGENTS.md](AGENTS.md)를 참조.