Skip to content

Commit

Permalink
limit chatml
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Jul 27, 2024
1 parent e4fbe1c commit 312758c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/prompt/assistant_chatml/setting.sxpb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
(sentence_limit 10)
(sentence_token_limit 100)

; Limit context to avoid blowing up RAM on large context models.
(model_token_limit 4000)

; Defaults.
(temperature 0.7)
(mirostat 2)

0 comments on commit 312758c

Please sign in to comment.