You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOLLOW_UP_QUESTIONS: `In addition, generate four follow up questions related to the answer generated. Each question should be in this format -{QUESTION_INDEX_HERE}-{{QUESTION_HERE}} and each question should be seperated by a new line. DO NOT ADD AN INTRODUCTORY TEXT TO THE FOLLOW UP QUESTIONS.`,
Isn't always reproducible by gpt.
Here is one of the ways it fails
-{QUESTION_1}-{{What are the potential risks associated with not upgrading to SegWit?}}
-{QUESTION_2}-{{How does SegWit affect the verification process for Bitcoin transactions?}}
instead of
-{1}-{{What are the potential risks associated with not upgrading to SegWit?}}
-{2}-{{How does SegWit affect the verification process for Bitcoin transactions?}}
proposal:
higher fault tolerance (more robust regex to accommodate for slight changes)
simpler regex using subtle cues e.g (start and terminate on a single line) removes the need to enclose them {{, }} and other simpler delimiters that may be easier for gpt to follow
The text was updated successfully, but these errors were encountered:
aassoiants
changed the title
Follow up questions regex has some failure rate
Resolve the failures that sometimes emerge in follow up questions
Sep 20, 2024
The follow up regex in
chat-btc/src/config/chatAPI-config.ts
Line 17 in 6399aef
Isn't always reproducible by gpt.
Here is one of the ways it fails
instead of
proposal:
{{
,}}
and other simpler delimiters that may be easier for gpt to followThe text was updated successfully, but these errors were encountered: