Window Size Exceeded
This commit is contained in:
@@ -45,7 +45,7 @@ namespace BS.Shared.Core
|
||||
|
||||
if (!success)
|
||||
{
|
||||
error = $"Windowsize exceeded: {tokens_count}/{max_context_size} ({percentage}%>{maximum}%)";
|
||||
error = $"Windowsize exceeded: {tokens_count}/{max_context_size} ({percentage:0}%>{maximum}%)";
|
||||
}
|
||||
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user