obsidian-template/.obsidian/plugins/chatgpt-md/data.json
baalajimaestro a590f20799
Add plugin for page preview locks
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-03-26 21:55:42 +05:30

11 lines
No EOL
466 B
JSON

{
"apiKey": "default",
"defaultChatFrontmatter": "---\nsystem_commands: ['I am a helpful assistant.']\ntemperature: 0\ntop_p: 1\nmax_tokens: 512\npresence_penalty: 1\nfrequency_penalty: 1\nstream: true\nstop: null\nn: 1\nmodel: gpt-3.5-turbo\n---",
"stream": true,
"chatTemplateFolder": "ChatGPT_MD/templates",
"chatFolder": "ChatGPT_MD/chats",
"generateAtCursor": false,
"autoInferTitle": false,
"dateFormat": "YYYYMMDDhhmmss",
"headingLevel": 0
}