Skip to content

Commit

Permalink
Revert "formatting the GPT response."
Browse files Browse the repository at this point in the history
This reverts commit bb57f5a.
  • Loading branch information
Amruth-Vamshi committed Nov 3, 2023
1 parent 77973a4 commit c9b9c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xstate/prompt/prompt.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ Answer:
.replace('Based on the provided context, ','')
.replace('Based on the provided context ','')
.replace(/HR/g,'OD')
.replace('I apologize for the confusion earlier. ','')
return { response: finalResponse, allContent: ac, error }
} catch(error){
console.log(error)
Expand Down

0 comments on commit c9b9c4d

Please sign in to comment.