pycache 추가

This commit is contained in:
kyy
2025-10-30 10:31:18 +09:00
parent 2bb5879169
commit bea690d3f1
88 changed files with 0 additions and 2104 deletions

View File

@@ -1,16 +0,0 @@
from pathlib import Path
PROJECT_ROOT = Path(__file__).resolve().parents[1] # /workspace
STATIC_DIR = PROJECT_ROOT / "static"
# 프롬프트 & 스키마 경로
DEFAULT_PROMPT_PATH = STATIC_DIR / "prompt" / "default_prompt_v0.1.txt"
STRUCTURED_PROMPT_PATH = STATIC_DIR / "prompt" / "structured_prompt_v0.1.txt"
I18N_PROMPT_PATH = STATIC_DIR / "prompt" / "i18n_test_prompt_kor.txt"
D6C_PROMPT_PATH = STATIC_DIR / "prompt" / "d6c_test_prompt_eng.txt"
STRUCTURED_SCHEMA_PATH = STATIC_DIR / "structured_schema.json"
# llm_gateway 서비스 Redis 설정
PGN_REDIS_HOST = "llm_macro_redis"
PGN_REDIS_PORT = 6379
PGN_REDIS_DB = 2