bitcoinsearch / chat-btc

A conversational AI based on technical bitcoin sources
https://chat.bitcoinsearch.xyz/
MIT License
15 stars 13 forks source link

Resolve the failures that sometimes emerge in follow up questions #69

Open Emmanuel-Develops opened 6 months ago

Emmanuel-Develops commented 6 months ago

The follow up regex in https://github.com/bitcoinsearch/chat-btc/blob/6399aef200ba7f2f279887a5ad119dc60c63ae81/src/config/chatAPI-config.ts#L17

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:

kouloumos commented 6 months ago

I'm also observing followup questions not rendering correctly. image