properly records bing conversations

This commit is contained in:
Daniel Avila 2023-02-20 21:16:40 -05:00
parent b4e22936ba
commit 81e52fed73
6 changed files with 91 additions and 32 deletions

View file

@ -31,7 +31,7 @@ export default function Message({
}
let icon = `${sender}:`;
const isGPT = sender === 'chatgpt' || sender === 'davinci';
const isGPT = sender === 'chatgpt' || sender === 'davinci' || sender === 'GPT';
if (sender.toLowerCase() !== 'user') {
icon = (