You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebook/agentchat_cost_token_tracking.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
"\n",
16
16
"Licensed under the MIT License.\n",
17
17
"\n",
18
-
"# Usage tracking with AtuoGen\n",
18
+
"# Usage tracking with AutoGen\n",
19
19
"## 1. Use AutoGen's OpenAIWrapper for cost estimation\n",
20
20
"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",
0 commit comments