From 5550803ed68fb46324b0526bc3b76640869d201e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 29 Sep 2023 05:18:57 +0900 Subject: [PATCH] Fix typo in README.md (#37) functionalites -> functionalities --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 005f63c60644..5d175e726e4f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The figure below shows an example conversation flow with AutoGen. Please find more [code examples](https://microsoft.github.io/autogen/docs/Examples/AutoGen-AgentChat) for this feature. -* Autogen also helps maximize the utility out of the expensive LLMs such as ChatGPT and GPT-4. It offers a drop-in replacement of `openai.Completion` or `openai.ChatCompletion` with powerful functionalites like tuning, caching, error handling, templating. For example, you can optimize generations by LLM with your own tuning data, success metrics and budgets. +* Autogen also helps maximize the utility out of the expensive LLMs such as ChatGPT and GPT-4. It offers a drop-in replacement of `openai.Completion` or `openai.ChatCompletion` with powerful functionalities like tuning, caching, error handling, templating. For example, you can optimize generations by LLM with your own tuning data, success metrics and budgets. ```python # perform tuning config, analysis = autogen.Completion.tune(