diff --git a/js/mzta-prompts.js b/js/mzta-prompts.js index 3cf4cf67..9ab9bff8 100644 --- a/js/mzta-prompts.js +++ b/js/mzta-prompts.js @@ -94,7 +94,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -113,7 +112,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -132,7 +130,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -151,7 +148,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -170,7 +166,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -189,7 +184,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -208,7 +202,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -227,7 +220,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -246,7 +238,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -265,7 +256,6 @@ const defaultPrompts = [ chatgpt_web_project: '', chatgpt_web_custom_gpt: '', api_type: '', - api_model: '', is_default: "1", is_special: "0", }, @@ -284,7 +274,6 @@ const specialPrompts = [ define_response_lang: "0", use_diff_viewer: "0", api_type: '', - api_model: '', is_default: "1", is_special: "1", }, @@ -300,7 +289,6 @@ const specialPrompts = [ define_response_lang: "0", use_diff_viewer: "0", api_type: '', - api_model: '', is_default: "1", is_special: "1", }, @@ -316,7 +304,6 @@ const specialPrompts = [ define_response_lang: "0", use_diff_viewer: "0", api_type: '', - api_model: '', is_default: "1", is_special: "1", }, @@ -332,7 +319,6 @@ const specialPrompts = [ define_response_lang: "0", use_diff_viewer: "0", api_type: '', - api_model: '', is_default: "1", is_special: "1", },