mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
Use gpt-5.1-codex-mini as default model in Ralph loop recipes
This commit is contained in:
@@ -44,7 +44,7 @@ async def ralph_loop(mode: str = "build", max_iterations: int = 50):
|
||||
print(f"\n=== Iteration {i}/{max_iterations} ===")
|
||||
|
||||
session = await client.create_session(SessionConfig(
|
||||
model="claude-sonnet-4.5",
|
||||
model="gpt-5.1-codex-mini",
|
||||
# Pin the agent to the project directory
|
||||
working_directory=str(Path.cwd()),
|
||||
# Auto-approve tool calls for unattended operation
|
||||
|
||||
Reference in New Issue
Block a user