From a2dbbf9517ca74507fbb188216bcf31a953cdda2 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Mon, 9 Feb 2026 19:17:30 +0900 Subject: [PATCH] docs: update default port to 8025 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 로컬 실행 예시 포트를 8000에서 8025로 변경합니다. Co-authored-by: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f07caf5..cc8c235 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ brew install ffmpeg ### 3) 서버 실행 ```bash -uvicorn app.main:app --reload --host 127.0.0.1 --port 8000 +uvicorn app.main:app --reload --host 127.0.0.1 --port 8025 ``` -브라우저에서 `http://127.0.0.1:8000` 접속. +브라우저에서 `http://127.0.0.1:8025` 접속. ## 옵션 - **모델**: 기본 `small` (정확도/속도 균형). `APP_WHISPER_MODEL=base|small|medium|large-v3` 등으로 변경 가능