Fix typo in title (#1594)

This commit is contained in:
Matt Adams
2024-02-08 16:34:33 +00:00
committed by GitHub
parent 9a9c283f6a
commit 9eab2b5a24

View File

@@ -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",