Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ritugala committed Apr 5, 2024
1 parent 6558279 commit 15a61eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt2model/utils/api_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
default_api_agent = APIAgent(max_tokens=4000)

0 comments on commit 15a61eb

Please sign in to comment.