Files
SillyTavern/public/NovelAI Settings/Classic-Krake.settings
RossAscends b7e8d01694 AI config panel cleanup/styling
- editable inputs styled
- moved API model selectors from AIConfig to API Panel
- nicer WI Entry footer spacing
- corrected WI Entry textarea height calculations
- centered send_textarea placeholder
.mes_text now wraps anywhere to prevent long strings from overflowing-X
- placeholders added to a few inputs
2023-05-04 16:26:49 +09:00

14 lines
276 B
Plaintext

{
"order": [
3,
0
],
"temperature": 1.7,
"max_length": 90,
"min_length": 1,
"tail_free_sampling": 0.66,
"repetition_penalty": 1.06,
"repetition_penalty_range": 340,
"repetition_penalty_frequency": 0,
"repetition_penalty_presence": 0
}