fix set_total_budget docstring (#3288)

This commit is contained in:
karlivory
2023-04-26 22:18:12 +03:00
committed by GitHub
parent 83f11465f5
commit a0cfdb0830

View File

@@ -87,7 +87,7 @@ class ApiManager(metaclass=Singleton):
Sets the total user-defined budget for API calls.
Args:
prompt_tokens (int): The number of tokens used in the prompt.
total_budget (float): The total budget for API calls.
"""
self.total_budget = total_budget