固定登记模型并规范老师姓名

This commit is contained in:
Codex
2026-06-17 21:14:57 +08:00
parent 3128c98d58
commit ccdcb83b60
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ services:
CODEX_CONFIG_PATH: ${CODEX_CONFIG_PATH:-/run/codex/config.toml}
CODEX_AUTH_PATH: ${CODEX_AUTH_PATH:-/run/codex/auth.json}
AI_REGISTER_TIMEOUT_SECONDS: ${AI_REGISTER_TIMEOUT_SECONDS:-8}
AI_REGISTER_MODEL: ${AI_REGISTER_MODEL:-}
AI_REGISTER_MODEL: gpt-5.4-mini
INGEST_AUTH_TOKEN: ${INGEST_AUTH_TOKEN:-}
ports:
- "${APP_PORT:-18080}:8000"