mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-14 02:05:03 -05:00
Fix typo in title (#1594)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user