Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed complex agentic config from example-config.json #1076

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,6 @@
"provider": "openai",
"model": "gpt-4o-2024-05-13",
"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,
Expand Down Expand Up @@ -111,4 +86,4 @@
// Files larger than 50KB will be ignored, even if they otherwise wouldn't be.
"ignore_size_threshold": 50000
}
}
}
Loading