diff --git a/config.toml b/config.toml index 7c80531..f31d8a5 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,12 @@ [ai] provider = "minimax" model = "MiniMax-M2.7" -temperature = 0.0 +temperature = 0.699999988079071 top_p = 1.0 -max_tokens = 32000 +max_tokens = 4096 history_trunc_limit = 900000 -active_preset = "Default" -system_prompt = "" +active_preset = "Basic Do Not" +system_prompt = "- **Do not** create shell scripts, README files, or descriptive files unless explicitly instructed.\n- **Do not** do anything beyond what was asked. Suggest extras in text; do not implement them." base_system_prompt = "" use_default_base_prompt = true diff --git a/presets.toml b/presets.toml index cabb063..ea35c65 100644 --- a/presets.toml +++ b/presets.toml @@ -3,3 +3,6 @@ system_prompt = "" [presets.ModalPreset] system_prompt = "Modal Content" + +[presets."Basic Do Not"] +system_prompt = "- **Do not** create shell scripts, README files, or descriptive files unless explicitly instructed.\n- **Do not** do anything beyond what was asked. Suggest extras in text; do not implement them."