mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 19:57:51 +00:00
Spelling to correct conservation to conservation (#3049)
Issue #3048 corrected spelling
This commit is contained in:
parent
c33883a40e
commit
b40f90ea04
@ -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…
Reference in New Issue
Block a user