Skip to content

Commit

Permalink
fixing the typo microsoft#990
Browse files Browse the repository at this point in the history
  • Loading branch information
royninja authored Apr 13, 2023
1 parent c780d79 commit ca50493
Showing 1 changed file with 1 addition and 1 deletion.
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. It materializes a prompt using a given context. For example,
One can use [`flaml.oai.Completion.create`](../reference/autogen/oai/completion#create) to perform inference. It materializes a prompt using a given context. For example,

```python
response = oai.Completion.create(problme=problem, **config)
Expand Down

0 comments on commit ca50493

Please sign in to comment.