Getting there..

This commit is contained in:
2026-05-10 21:04:24 -04:00
parent 6861ce0dca
commit 3987696d7b
2 changed files with 7 additions and 4 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
[ai] [ai]
provider = "minimax" provider = "minimax"
model = "MiniMax-M2.7" model = "MiniMax-M2.7"
temperature = 0.0 temperature = 0.699999988079071
top_p = 1.0 top_p = 1.0
max_tokens = 32000 max_tokens = 4096
history_trunc_limit = 900000 history_trunc_limit = 900000
active_preset = "Default" active_preset = "Basic Do Not"
system_prompt = "" 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 = "" base_system_prompt = ""
use_default_base_prompt = true use_default_base_prompt = true
+3
View File
@@ -3,3 +3,6 @@ system_prompt = ""
[presets.ModalPreset] [presets.ModalPreset]
system_prompt = "Modal Content" 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."