We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384d324 commit d71537fCopy full SHA for d71537f
prompt/template_loader.py
@@ -1,3 +1,8 @@
1
+"""
2
+이 모듈은 프롬프트 템플릿을 로드하는 기능을 제공합니다.
3
+- 프롬프트 템플릿은 마크다운 파일로 관리되고 있으며, 환경변수에서 템플릿 디렉토리를 가져오거나, 없으면 현재 파일 위치 기준으로 설정합니다.
4
5
+
6
import os
7
8
0 commit comments