Fix typo in KoboldAI.json: "OUPUT" → "OUTPUT" (#5282) * Initial plan * Fix typo in KoboldAI.json: "OUPUT" → "OUTPUT" Co-authored-by: Cohee1207 <18619528+Cohee1207@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Cohee1207 <18619528+Cohee1207@users.noreply.github.com>
Signed| @@ -1,6 +1,6 @@ | |||
| 1 | { | 1 | { |
| 2 | "input_sequence": "{{[INPUT]}}", | 2 | "input_sequence": "{{[INPUT]}}", |
| 3 | "output_sequence": "{{[OUPUT]}}", | 3 | "output_sequence": "{{[OUTPUT]}}", |
| 4 | "last_output_sequence": "", | 4 | "last_output_sequence": "", |
| 5 | "system_sequence": "{{[SYSTEM]}}", | 5 | "system_sequence": "{{[SYSTEM]}}", |
| 6 | "stop_sequence": "", | 6 | "stop_sequence": "", |