trying out conductor

This commit is contained in:
2026-02-23 10:51:24 -05:00
parent 68e895cb8a
commit 243a0cc5ca
12 changed files with 487 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[ai]
provider = "anthropic"
model = "claude-sonnet-4-6"
provider = "gemini"
model = "gemini-3.1-pro-preview"
temperature = 0.6000000238418579
max_tokens = 12000
history_trunc_limit = 8000
@@ -17,4 +17,4 @@ paths = [
"manual_slop.toml",
"C:/projects/forth/bootslop/bootslop.toml",
]
active = "manual_slop.toml"
active = "C:/projects/forth/bootslop/bootslop.toml"