mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 17:22:04 +00:00
improves code output quality
This commit is contained in:
parent
8095bf9807
commit
ecc4865244
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue