From 9eab2b5a242f4dfeb014bf12ac2799c90c8f2ab1 Mon Sep 17 00:00:00 2001 From: Matt Adams Date: Thu, 8 Feb 2024 16:34:33 +0000 Subject: [PATCH] Fix typo in title (#1594) --- notebook/agentchat_cost_token_tracking.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_cost_token_tracking.ipynb b/notebook/agentchat_cost_token_tracking.ipynb index 5fa53790f..977fa87d5 100644 --- a/notebook/agentchat_cost_token_tracking.ipynb +++ b/notebook/agentchat_cost_token_tracking.ipynb @@ -15,7 +15,7 @@ "\n", "Licensed under the MIT License.\n", "\n", - "# Usage tracking with AtuoGen\n", + "# Usage tracking with AutoGen\n", "## 1. Use AutoGen's OpenAIWrapper for cost estimation\n", "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", "\n",