api_model removed. see #102

This commit is contained in:
mic 2026-01-03 23:10:31 +01:00
parent 441a2d5835
commit fdc8d0920b

View file

@ -94,7 +94,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -113,7 +112,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -132,7 +130,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -151,7 +148,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -170,7 +166,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -189,7 +184,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -208,7 +202,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -227,7 +220,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -246,7 +238,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -265,7 +256,6 @@ const defaultPrompts = [
chatgpt_web_project: '', chatgpt_web_project: '',
chatgpt_web_custom_gpt: '', chatgpt_web_custom_gpt: '',
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "0", is_special: "0",
}, },
@ -284,7 +274,6 @@ const specialPrompts = [
define_response_lang: "0", define_response_lang: "0",
use_diff_viewer: "0", use_diff_viewer: "0",
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "1", is_special: "1",
}, },
@ -300,7 +289,6 @@ const specialPrompts = [
define_response_lang: "0", define_response_lang: "0",
use_diff_viewer: "0", use_diff_viewer: "0",
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "1", is_special: "1",
}, },
@ -316,7 +304,6 @@ const specialPrompts = [
define_response_lang: "0", define_response_lang: "0",
use_diff_viewer: "0", use_diff_viewer: "0",
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "1", is_special: "1",
}, },
@ -332,7 +319,6 @@ const specialPrompts = [
define_response_lang: "0", define_response_lang: "0",
use_diff_viewer: "0", use_diff_viewer: "0",
api_type: '', api_type: '',
api_model: '',
is_default: "1", is_default: "1",
is_special: "1", is_special: "1",
}, },