Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing the typo #990 #994

Merged
merged 9 commits into from
Apr 26, 2023
2 changes: 1 addition & 1 deletion website/docs/Use-Cases/Auto-Generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The returned `config` contains the optimized configuration and `analysis` contai

## Perform inference with the tuned config

One can use [`flaml.oai.Completion.create`](../reference/autogen/oai/completion#create) to performance inference.
One can use [`flaml.oai.Completion.create`](../reference/autogen/oai/completion#create) to perform inference.
sonichi marked this conversation as resolved.
Show resolved Hide resolved
There are a number of benefits of using `flaml.oai.Completion.create` to perform inference.

A template is either a format str, or a function which produces a str from several input fields.
Expand Down