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)