Skip to content

Commit 49d0a93

Browse files
tarepanHiroshiba
andauthored
docs: ライブラリ機能のオフをコードに明記 (#1600)
Co-authored-by: Hiroshiba <[email protected]>
1 parent a6626d4 commit 49d0a93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

voicevox_engine/app/routers/library.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
def generate_library_router(
2323
library_manager: LibraryManager, verify_mutability: VerifyMutabilityAllowed
2424
) -> APIRouter:
25-
"""音声ライブラリ API Router を生成する"""
25+
"""
26+
音声ライブラリ API Router を生成する
27+
28+
NOTE: 製品版 VOICEVOX ENGINE では音声ライブラリ機能をオフにしている
29+
"""
2630
router = APIRouter(tags=["音声ライブラリ管理"])
2731

2832
@router.get(

0 commit comments

Comments
 (0)