Merge branch 'master' into master

This commit is contained in:
cexll
2025-11-14 09:45:04 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import sys
import os
from typing import Optional
DEFAULT_MODEL = 'gpt-5.1'
DEFAULT_MODEL = 'gpt-5.1-codex'
DEFAULT_WORKDIR = '.'
DEFAULT_TIMEOUT = 7200 # 2 hours in seconds
FORCE_KILL_DELAY = 5