add aider stuff
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.aider*
|
||||
.env
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"model": "gpt-4-turbo",
|
||||
"openai_api_key": "env:OPENAI_API_KEY",
|
||||
"pretty": true,
|
||||
"max_tokens": 8192,
|
||||
"auto_commit": true,
|
||||
"auto_stash": true,
|
||||
"auto_token_budget": true,
|
||||
"editor": "vim",
|
||||
"message_color": "blue",
|
||||
"tool_use": "auto",
|
||||
"auto_lint": true,
|
||||
"auto_test": true,
|
||||
"test_command": "make test",
|
||||
"lint_command": "make lint",
|
||||
"ignore": ["research"]
|
||||
}
|
||||
Reference in New Issue
Block a user