Getting there..
This commit is contained in:
+4
-4
@@ -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,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."
|
||||||
|
|||||||
Reference in New Issue
Block a user