mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
- 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
14 lines
276 B
Plaintext
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
|
|
} |