mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-04 23:04:28 +01:00
fix set_total_budget docstring (#3288)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user