14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
{
|
|
"ignore": [
|
|
".cline/",
|
|
".cline-cache/",
|
|
"*.code-workspace",
|
|
".history/",
|
|
".ai-prompts/",
|
|
".completions/",
|
|
".chat-history/"
|
|
],
|
|
"model": "gpt-4",
|
|
"temperature": 0.2
|
|
}
|