This commit is contained in:
lencx
2022-12-25 02:01:47 +08:00
parent be9846dc22
commit 9ec69631f3
5 changed files with 10 additions and 11 deletions

View File

@@ -22,9 +22,8 @@
"fs": {
"all": true,
"scope": [
"$HOME/*",
"$HOME/.chatgpt/*",
"$HOME/.chatgpt/cache_mode/*"
"$HOME/.chatgpt/**",
"$HOME/.chatgpt/cache_model/**"
]
}
},