Skip to content

Commit 88f7907

Browse files
authored
Merge pull request #1076 from Pythagora-io/example_config
Removed complex agentic config from example-config.json
2 parents 3d62a37 + a6cb0e2 commit 88f7907

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

example-config.json

+1-26
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,6 @@
3737
"provider": "openai",
3838
"model": "gpt-4o-2024-05-13",
3939
"temperature": 0.5
40-
},
41-
"CodeMonkey": {
42-
"provider": "openai",
43-
"model": "gpt-4-0125-preview",
44-
"temperature": 0.0
45-
},
46-
"CodeMonkey.describe_files": {
47-
"provider": "openai",
48-
"model": "gpt-3.5-turbo",
49-
"temperature": 0.0
50-
},
51-
"BugHunter.check_logs": {
52-
"provider": "anthropic",
53-
"model": "claude-3-5-sonnet-20240620",
54-
"temperature": 0.0
55-
},
56-
"Developer.breakdown_current_task": {
57-
"provider": "anthropic",
58-
"model": "claude-3-5-sonnet-20240620",
59-
"temperature": 0.5
60-
},
61-
"SpecWriter": {
62-
"provider": "openai",
63-
"model": "gpt-4-0125-preview",
64-
"temperature": 0.5
6540
}
6641
},
6742
// Logging configuration outputs debug log to "pythagora.log" by default. If you set this to null,
@@ -111,4 +86,4 @@
11186
// Files larger than 50KB will be ignored, even if they otherwise wouldn't be.
11287
"ignore_size_threshold": 50000
11388
}
114-
}
89+
}

0 commit comments

Comments
 (0)