improve: add README, .editorconfig, fix fallback models in setup_all.py, update .gitignore
This commit is contained in:
+2
-2
@@ -78,8 +78,8 @@ with open(BASE_DIR / ".secrets.toml", "w") as f:
|
||||
|
||||
# ── 4. Create PR-Agent config ──
|
||||
config_toml = """[config]
|
||||
model = "claude-opus-4-8"
|
||||
fallback_models = ["auto/best-coding", "auto/claude-sonnet"]
|
||||
model = "openai/claude-opus-4-8"
|
||||
fallback_models = ["openai/ATLAS", "openai/gemini", "openai/text", "openai/deepseek-v4-free"]
|
||||
custom_model_max_tokens = 128000
|
||||
git_provider = "github"
|
||||
publish_output = true
|
||||
|
||||
Reference in New Issue
Block a user