From 21dc28d7059363cc9aa830bca21fb9c64d067038 Mon Sep 17 00:00:00 2001 From: Moritz Althaus Date: Fri, 9 Aug 2024 09:44:44 +0200 Subject: [PATCH] test: make no token limit more explicit --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index c97574b..95aec72 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -194,7 +194,7 @@ async fn complete_structured_prompt() { async fn context_window_stopping() { // Given let prompt = "Bot: Hello user!\nUser: Hello Bot, how are you doing?\nBot:"; - let stopping = Stopping::default(); + let stopping = Stopping::NO_TOKEN_LIMIT; // When let task = TaskCompletion {