From 2a443114ff1930aed6c5cd09a649359bd11ac9e6 Mon Sep 17 00:00:00 2001 From: tjohnman Date: Tue, 21 Mar 2023 17:05:06 +0100 Subject: [PATCH] Check for reverse prompt by characters instead of tokens (#292) (#330) * Check for reverse prompt by characters instead of tokens (#292) * Update main.cpp Wording. * Cleanup. * Remove unnecessary use of std::stringstream. --------- Co-authored-by: Johnman Co-authored-by: Georgi Gerganov