docs: update default port to 8025
로컬 실행 예시 포트를 8000에서 8025로 변경합니다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -55,10 +55,10 @@ brew install ffmpeg
|
|||||||
|
|
||||||
### 3) 서버 실행
|
### 3) 서버 실행
|
||||||
```bash
|
```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` 등으로 변경 가능
|
- **모델**: 기본 `small` (정확도/속도 균형). `APP_WHISPER_MODEL=base|small|medium|large-v3` 등으로 변경 가능
|
||||||
|
|||||||
Reference in New Issue
Block a user