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 5688864 commit 2f2e4b3Copy full SHA for 2f2e4b3
examples/server/server.cpp
@@ -1950,7 +1950,7 @@ struct server_context {
1950
// context shift is disabled and prompt is too large - discard it
1951
if (!params.ctx_shift && slot.n_prompt_tokens > slot.n_ctx ){
1952
slot.release();
1953
- send_error(slot, "Input is too large to process. Either disable context shift or increase context length. ", ERROR_TYPE_SERVER);
+ send_error(slot, "input is too large to process. enable context shift or increase the context length", ERROR_TYPE_SERVER);
1954
continue;
1955
}
1956
0 commit comments