improve: add README, .editorconfig, fix fallback models in setup_all.py, update .gitignore

This commit is contained in:
asepharyana
2026-08-20 11:26:03 +07:00
parent 2293428421
commit 54cec6bf0c
4 changed files with 88 additions and 2 deletions
+2 -2
View File
@@ -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