mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:40:44 +00:00
test(release): prefer GPT-5.5 smoke models
This commit is contained in:
@@ -8,9 +8,9 @@ source "$ROOT_DIR/scripts/lib/docker-e2e-image.sh"
|
||||
|
||||
IMAGE_NAME="$(docker_e2e_resolve_image "openclaw-openwebui-e2e" OPENCLAW_OPENWEBUI_E2E_IMAGE)"
|
||||
OPENWEBUI_IMAGE="${OPENWEBUI_IMAGE:-ghcr.io/open-webui/open-webui:v0.8.10}"
|
||||
# Keep the default on a broadly available non-reasoning OpenAI model for
|
||||
# Open WebUI compatibility smoke. Callers can still override this explicitly.
|
||||
MODEL="${OPENCLAW_OPENWEBUI_MODEL:-openai/gpt-4.1-mini}"
|
||||
# Keep the default on the preferred GPT-5 OpenAI model for Open WebUI
|
||||
# compatibility smoke. Callers can still override this explicitly.
|
||||
MODEL="${OPENCLAW_OPENWEBUI_MODEL:-openai/gpt-5.5}"
|
||||
PROMPT_NONCE="OPENWEBUI_DOCKER_E2E_$(date +%s)_$$"
|
||||
PROMPT="${OPENCLAW_OPENWEBUI_PROMPT:-Reply with exactly this token and nothing else: ${PROMPT_NONCE}}"
|
||||
PORT="${OPENCLAW_OPENWEBUI_GATEWAY_PORT:-18789}"
|
||||
|
||||
Reference in New Issue
Block a user