We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cabcbe commit 9880e3aCopy full SHA for 9880e3a
examples/server/server.cpp
@@ -1949,7 +1949,7 @@ struct server_context {
1949
// context shift is disabled and prompt is too large - discard it
1950
if (!params.ctx_shift && (slot.n_prompt_tokens > slot.n_ctx) ){
1951
slot.release();
1952
- send_error(slot, "Input is too large to process. Enable context shift or increase the context length", ERROR_TYPE_SERVER);
+ send_error(slot, "Input is too large to process. Either enable context shift or increase the context length.", ERROR_TYPE_SERVER);
1953
continue;
1954
}
1955
0 commit comments