summaryrefslogtreecommitdiff
path: root/SI/.obsidian/plugins/obsidian-textgenerator-plugin/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'SI/.obsidian/plugins/obsidian-textgenerator-plugin/data.json')
-rw-r--r--SI/.obsidian/plugins/obsidian-textgenerator-plugin/data.json103
1 files changed, 103 insertions, 0 deletions
diff --git a/SI/.obsidian/plugins/obsidian-textgenerator-plugin/data.json b/SI/.obsidian/plugins/obsidian-textgenerator-plugin/data.json
new file mode 100644
index 0000000..729e6d4
--- /dev/null
+++ b/SI/.obsidian/plugins/obsidian-textgenerator-plugin/data.json
@@ -0,0 +1,103 @@
+{
+ "version": "0.7.11",
+ "endpoint": "https://api.openai.com/v1",
+ "models": {},
+ "api_key": "",
+ "encrypt_keys": true,
+ "selectedProvider": "OpenAI Chat (Langchain)",
+ "max_tokens": 1000,
+ "temperature": 0.7,
+ "frequency_penalty": 0.5,
+ "showStatusBar": true,
+ "outputToBlockQuote": false,
+ "freeCursorOnStreaming": false,
+ "allowJavascriptRun": false,
+ "experiment": false,
+ "promptsPath": "textgenerator/prompts",
+ "textGenPath": "textgenerator/",
+ "prefix": "\n\n",
+ "tgSelectionLimiter": "^\\*\\*\\*",
+ "stream": true,
+ "context": {
+ "customInstructEnabled": false,
+ "includeClipboard": true,
+ "customInstruct": "Title: {{title}}\n \nStarred Blocks: {{starredBlocks}}\n\t \n{{tg_selection}}",
+ "contextTemplate": "Title: {{title}}\n\t\nStarred Blocks: {{starredBlocks}}\n\t \n{{tg_selection}}"
+ },
+ "requestTimeout": 300000,
+ "options": {
+ "generate-text": true,
+ "generate-text-with-metadata": true,
+ "insert-generated-text-From-template": true,
+ "create-generated-text-From-template": false,
+ "search-results-batch-generate-from-template": true,
+ "insert-text-From-template": false,
+ "create-text-From-template": false,
+ "show-modal-From-template": true,
+ "open-template-as-tool": true,
+ "open-playground": true,
+ "set_max_tokens": true,
+ "set-llm": true,
+ "packageManager": true,
+ "create-template": false,
+ "get-title": true,
+ "generated-text-to-clipboard-From-template": false,
+ "calculate-tokens": true,
+ "calculate-tokens-for-template": true,
+ "modal-suggest": false,
+ "text-extractor-tool": true,
+ "stop-stream": true,
+ "custom-instruct": true,
+ "reload": true,
+ "batch-generate-in-right-click-files-menu": true,
+ "tg-block-processor": true
+ },
+ "advancedOptions": {
+ "generateTitleInstructEnabled": false,
+ "generateTitleInstruct": "Generate a title for the current document (do not use * \" \\ / < > : | ? .):\n{{substring content 0 255}}"
+ },
+ "autoSuggestOptions": {
+ "customInstructEnabled": false,
+ "customInstruct": "continue the follwing text:\n{{query}}",
+ "isEnabled": false,
+ "allowInNewLine": false,
+ "delay": 300,
+ "numberOfSuggestions": 5,
+ "triggerPhrase": " ",
+ "stop": ".",
+ "showStatus": true,
+ "customProvider": false,
+ "inlineSuggestions": false,
+ "overrideTrigger": " "
+ },
+ "slashSuggestOptions": {
+ "isEnabled": false,
+ "triggerPhrase": "/"
+ },
+ "extractorsOptions": {
+ "PDFExtractor": true,
+ "WebPageExtractor": true,
+ "YoutubeExtractor": true,
+ "AudioExtractor": false,
+ "ImageExtractorEmbded": true,
+ "ImageExtractor": true
+ },
+ "displayErrorInEditor": true,
+ "LLMProviderProfiles": {},
+ "LLMProviderOptions": {
+ "whisper": {
+ "base_path": "https://api.openai.com/v1"
+ },
+ "OpenAI Chat (Langchain)": {
+ "basePath": "https://api.openai.com/v1",
+ "model": "gpt-4-vision-preview",
+ "api_key": ""
+ }
+ },
+ "LLMProviderOptionsKeysHashed": {
+ "OpenAI Chat (Langchain).api_key": "__@#key_prefix#@__sk-udcOueDBfhKgfwmtHcVXT3BlbkFJAyjuvGe0V6asZ2fXF7pG"
+ },
+ "prompt": "",
+ "api_key_encrypted": "__@#key_prefix#@__sk-udcOueDBfhKgfwmtHcVXT3BlbkFJAyjuvGe0V6asZ2fXF7pG",
+ "model": "gpt-4"
+} \ No newline at end of file