mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-13 18:28:51 +02:00
improves code output quality
This commit is contained in:
@@ -24,7 +24,7 @@ void request_init(AceRequest * r) {
|
||||
r->seed = -1;
|
||||
r->thinking = false;
|
||||
r->lm_temperature = 1.0f;
|
||||
r->lm_cfg_scale = 2.0f;
|
||||
r->lm_cfg_scale = 3.0f;
|
||||
r->lm_top_p = 0.95f;
|
||||
r->lm_top_k = 0;
|
||||
r->lm_negative_prompt = "";
|
||||
|
||||
Reference in New Issue
Block a user