Spelling to correct conservation to conservation (#3049)

Issue #3048 corrected spelling
This commit is contained in:
J Wynia 2023-04-17 23:03:03 -05:00 committed by GitHub
parent c33883a40e
commit b40f90ea04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ examples = [
CRITIQUE_PROMPT = FewShotPromptTemplate( CRITIQUE_PROMPT = FewShotPromptTemplate(
example_prompt=critique_example, example_prompt=critique_example,
examples=examples, examples=examples,
prefix="Below is conservation between a human and an AI model.", prefix="Below is conversation between a human and an AI model.",
suffix="""Human: {input_prompt} suffix="""Human: {input_prompt}
Model: {output_from_model} Model: {output_from_model}
@ -69,7 +69,7 @@ Critique:""",
REVISION_PROMPT = FewShotPromptTemplate( REVISION_PROMPT = FewShotPromptTemplate(
example_prompt=critique_example, example_prompt=critique_example,
examples=examples, examples=examples,
prefix="Below is conservation between a human and an AI model.", prefix="Below is conversation between a human and an AI model.",
suffix="""Human: {input_prompt} suffix="""Human: {input_prompt}
Model: {output_from_model} Model: {output_from_model}