19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
{
|
|
"name": "fix-plugin-does-not-exist-notices",
|
|
"description": "WordPress plugin to fix 'Plugin file does not exist' notices",
|
|
"schema_version": "1.0.0",
|
|
"ignore_patterns": [
|
|
".ai-tmp/"
|
|
],
|
|
"models": {
|
|
"default": "gpt-4",
|
|
"code_generation": "gpt-4",
|
|
"code_explanation": "gpt-4",
|
|
"documentation": "gpt-4"
|
|
},
|
|
"settings": {
|
|
"temperature": 0.2,
|
|
"max_tokens": 4000
|
|
}
|
|
}
|