Skip to content

Commit e9cd6a0

Browse files
royninjasonichi
andauthored
fixing the typo #990 (#994)
* fixing the typo #990 * Update website/docs/Use-Cases/Auto-Generation.md Co-authored-by: Chi Wang <wang.chi@microsoft.com> * removing extra space : Update website/docs/Use-Cases/Auto-Generation.md Co-authored-by: Chi Wang <wang.chi@microsoft.com> * Update website/docs/Use-Cases/Auto-Generation.md Co-authored-by: Chi Wang <wang.chi@microsoft.com> * Update website/docs/Use-Cases/Auto-Generation.md --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com>
1 parent f097c20 commit e9cd6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Use-Cases/Auto-Generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The returned `config` contains the optimized configuration and `analysis` contai
100100

101101
## Perform inference with the tuned config
102102

103-
One can use [`flaml.oai.Completion.create`](../reference/autogen/oai/completion#create) to performance inference.
103+
One can use [`flaml.oai.Completion.create`](../reference/autogen/oai/completion#create) to perform inference.
104104
There are a number of benefits of using `flaml.oai.Completion.create` to perform inference.
105105

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

0 commit comments

Comments
 (0)