Skip to content

Commit

Permalink
fix set_total_budget docstring (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlivory authored Apr 26, 2023
1 parent 83f1146 commit a0cfdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/api_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def set_total_budget(self, total_budget):
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

Expand Down

0 comments on commit a0cfdb0

Please sign in to comment.