Skip to content

Commit 58fb13d

Browse files
authored
fixed sentence misplace microsoft#998 (microsoft#1010)
1 parent 42b7839 commit 58fb13d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ The returned `config` contains the optimized configuration and `analysis` contai
103103
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

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

108107
### API unification
109108

@@ -125,6 +124,8 @@ If the provided prompt or message is a template, it will be automatically materi
125124
response = oai.Completion.create(problme=problem, prompt="{problem} Solve the problem carefully.", **config)
126125
```
127126

127+
A template is either a format str, or a function which produces a str from several input fields.
128+
128129
## Other utilities
129130

130131
### Completion

0 commit comments

Comments
 (0)