diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 608c8382..53a3d6e6 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1539,5 +1539,13 @@ "apiwebchat_selection_info": { "message": "If you select some text, only that portion will be considered.", "description": "" + }, + "ChatGPT_StoreFlag": { + "message": "Use storage", + "description": "" + }, + "ChatGPT_StoreFlag_info": { + "message": "If checked, your chats will be stored by OpenAI.", + "description": "" } } \ No newline at end of file diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index 03e4ccbe..cb4384d5 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -30,6 +30,7 @@ export const prefs_default = { chatgpt_web_project: '', chatgpt_web_custom_gpt: '', chatgpt_api_key: '', + chatgpt_api_store: false, chatgpt_model: '', chatgpt_developer_messages: '', ollama_host: '', diff --git a/options/mzta-options.html b/options/mzta-options.html index 790aabe0..98b693df 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -217,6 +217,19 @@ + + + + + + + +