Skip to content

Commit

Permalink
Change default context length to 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
lmg-anon authored Jun 16, 2024
1 parent 7296235 commit 38f9ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mikupad.html
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,7 @@
stoppingStrings: "[]",
ignoreEos: false,
openaiPresets: false,
contextLength: 4096,
contextLength: 8192,
tokenRatio: 3.3,
memoryTokens: ({ "contextOrder":"{memPrefix}{wiPrefix}{wiText}{wiSuffix}{memText}{memSuffix}{prompt}","prefix":"", "text":"", "suffix":""}),
authorNoteTokens: ({ "prefix":"", "text":"", "suffix":""}),
Expand Down Expand Up @@ -5614,4 +5614,4 @@
}

main();
</script>
</script>

0 comments on commit 38f9ce0

Please sign in to comment.