From 15a61eb555f96cdf86211b044371dc1ec4a9ef6a Mon Sep 17 00:00:00 2001 From: Ritu Gala <39478730+ritugala@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:36:43 -0400 Subject: [PATCH] fix linting --- prompt2model/utils/api_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt2model/utils/api_tools.py b/prompt2model/utils/api_tools.py index 74c33b7cd..32e5bdf7e 100644 --- a/prompt2model/utils/api_tools.py +++ b/prompt2model/utils/api_tools.py @@ -270,4 +270,4 @@ def count_tokens_from_string(string: str, encoding_name: str = "cl100k_base") -> # This is the default API agent that is used everywhere if a different agent is not # specified -default_api_agent = APIAgent(max_tokens=4000) \ No newline at end of file +default_api_agent = APIAgent(max_tokens=4000)