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 | 2 | "input_sequence": "{{[INPUT]}}", |
| 3 | 3 | "output_sequence": "{{[OUPUTOUTPUT]}}", |
| 4 | 4 | "last_output_sequence": "", |
| 5 | 5 | "system_sequence": "{{[SYSTEM]}}", |
| 6 | 6 | "stop_sequence": "", |