You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RGproject/data/config.json

22 lines
596 B

{
"ai_model": {
"value": "gpt-3.5-turbo",
"description": "默认配置: ai_model",
"updated_at": "2025-10-14T19:10:47.462376"
},
"max_word_count": {
"value": 800,
"description": "默认配置: max_word_count",
"updated_at": "2025-10-14T19:10:47.476253"
},
"enable_ai_suggestions": {
"value": true,
"description": "默认配置: enable_ai_suggestions",
"updated_at": "2025-10-14T19:10:47.491171"
},
"auto_save_interval": {
"value": 30,
"description": "默认配置: auto_save_interval",
"updated_at": "2025-10-14T19:10:47.504964"
}
}