Skip to content

Commit

Permalink
Update chain_of_thought.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liushz authored Aug 23, 2023
1 parent 5232f2b commit 5fdd83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/prompt/chain_of_thought.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ generation_kwargs = dict(temperature=0.7)
game24_infer_cfg = dict(
prompt_template=dict(
type=PromptTemplate,
template='''{input}'''), # Directly pass the input content, as the Prompt needs to be specified in steps
template='{input}'), # Directly pass the input content, as the Prompt needs to be specified in steps
retriever=dict(type=ZeroRetriever),
inferencer=dict(type=ToTInferencer, # Replace GenInferencer with ToTInferencer
generation_kwargs=generation_kwargs,
Expand Down

0 comments on commit 5fdd83f

Please sign in to comment.