File tree 1 file changed +1
-26
lines changed
1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 37
37
"provider" : " openai" ,
38
38
"model" : " gpt-4o-2024-05-13" ,
39
39
"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
65
40
}
66
41
},
67
42
// Logging configuration outputs debug log to "pythagora.log" by default. If you set this to null,
111
86
// Files larger than 50KB will be ignored, even if they otherwise wouldn't be.
112
87
"ignore_size_threshold" : 50000
113
88
}
114
- }
89
+ }
You can’t perform that action at this time.
0 commit comments