mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Removed complex agentic config from example-config.json
This commit is contained in:
@@ -37,31 +37,6 @@
|
|||||||
"provider": "openai",
|
"provider": "openai",
|
||||||
"model": "gpt-4o-2024-05-13",
|
"model": "gpt-4o-2024-05-13",
|
||||||
"temperature": 0.5
|
"temperature": 0.5
|
||||||
},
|
|
||||||
"CodeMonkey": {
|
|
||||||
"provider": "openai",
|
|
||||||
"model": "gpt-4-0125-preview",
|
|
||||||
"temperature": 0.0
|
|
||||||
},
|
|
||||||
"CodeMonkey.describe_files": {
|
|
||||||
"provider": "openai",
|
|
||||||
"model": "gpt-3.5-turbo",
|
|
||||||
"temperature": 0.0
|
|
||||||
},
|
|
||||||
"BugHunter.check_logs": {
|
|
||||||
"provider": "anthropic",
|
|
||||||
"model": "claude-3-5-sonnet-20240620",
|
|
||||||
"temperature": 0.0
|
|
||||||
},
|
|
||||||
"Developer.breakdown_current_task": {
|
|
||||||
"provider": "anthropic",
|
|
||||||
"model": "claude-3-5-sonnet-20240620",
|
|
||||||
"temperature": 0.5
|
|
||||||
},
|
|
||||||
"SpecWriter": {
|
|
||||||
"provider": "openai",
|
|
||||||
"model": "gpt-4-0125-preview",
|
|
||||||
"temperature": 0.5
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Logging configuration outputs debug log to "pythagora.log" by default. If you set this to null,
|
// Logging configuration outputs debug log to "pythagora.log" by default. If you set this to null,
|
||||||
@@ -111,4 +86,4 @@
|
|||||||
// Files larger than 50KB will be ignored, even if they otherwise wouldn't be.
|
// Files larger than 50KB will be ignored, even if they otherwise wouldn't be.
|
||||||
"ignore_size_threshold": 50000
|
"ignore_size_threshold": 50000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user