diff --git a/README.md b/README.md index 90f94c6..747974e 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ a few options to better control the trimming behavior. ```toml [model.context] # Override the context length limit from the model. Usually you can omit this unless you -# want to # artificially decrease the context length to save time, money, etc. +# want to artificially decrease the context length to save time, money, etc. limit = 384 # Make sure the context has enough room for this many tokens of output. diff --git a/public/index.html b/public/index.html index b09cfd0..d875329 100644 --- a/public/index.html +++ b/public/index.html @@ -627,7 +627,7 @@
[model.context] # Override the context length limit from the model. Usually you can omit this unless you -# want to # artificially decrease the context length to save time, money, etc. +# want to artificially decrease the context length to save time, money, etc. limit = 384 # Make sure the context has enough room for this many tokens of output.