fix: make prompt consistent with few-show examples (#11538)

pull/17828/head
Xu Song 1 year ago committed by GitHub
parent 5541a1f80e
commit 1e1d457548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,9 +43,9 @@ QUESTION_CLASSIFIER_ASSISTANT_PROMPT_2 = """
"""
QUESTION_CLASSIFIER_USER_PROMPT_3 = """
'{{"input_text": ["{input_text}"],',
'"categories": {categories}, ',
'"classification_instructions": ["{classification_instructions}"]}}'
{{"input_text": ["{input_text}"],
"categories": {categories},
"classification_instructions": ["{classification_instructions}"]}}
"""
QUESTION_CLASSIFIER_COMPLETION_PROMPT = """

Loading…
Cancel
Save