Skip to content

Commit 9eab2b5

Browse files
authored
Fix typo in title (#1594)
1 parent 9a9c283 commit 9eab2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/agentchat_cost_token_tracking.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"\n",
1616
"Licensed under the MIT License.\n",
1717
"\n",
18-
"# Usage tracking with AtuoGen\n",
18+
"# Usage tracking with AutoGen\n",
1919
"## 1. Use AutoGen's OpenAIWrapper for cost estimation\n",
2020
"The `OpenAIWrapper` from `autogen` tracks token counts and costs of your API calls. Use the `create()` method to initiate requests and `print_usage_summary()` to retrieve a detailed usage report, including total cost and token usage for both cached and actual requests.\n",
2121
"\n",

0 commit comments

Comments
 (0)