Spelling to correct conservation to conservation (#3049)

Issue #3048 corrected spelling
fix_agent_callbacks
J Wynia 1 year ago committed by GitHub
parent c33883a40e
commit b40f90ea04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ examples = [
CRITIQUE_PROMPT = FewShotPromptTemplate(
example_prompt=critique_example,
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}
Model: {output_from_model}
@ -69,7 +69,7 @@ Critique:""",
REVISION_PROMPT = FewShotPromptTemplate(
example_prompt=critique_example,
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}
Model: {output_from_model}

Loading…
Cancel
Save