[Developer] #424 use GPT 5.4 mini for VPD explanations

This commit is contained in:
devmrko
2026-06-25 13:31:01 +09:00
parent 20978fa48d
commit f1e20f2769
5 changed files with 25 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ export BACKOFFICE_ORDS_TIMEOUT_SECONDS="10"
# --- (2c) OpenAI 호환 AI 호출 (MCP-style Reasoning 탭) ---
export BACKOFFICE_AI_ENABLED="false"
export BACKOFFICE_AI_BASE_URL="" # 예: https://inference.generativeai.us-chicago-1.oci.oraclecloud.com
export BACKOFFICE_AI_MODEL="" # 예: meta.llama-3.3-70b-instruct
export BACKOFFICE_AI_MODEL="" # 예: openai.gpt-5.4-mini
export BACKOFFICE_AI_API_KEY=""
export BACKOFFICE_AI_TIMEOUT_SECONDS="30"