fix: format sender text change and mobile styling

This commit is contained in:
Daniel Avila 2023-03-11 17:36:10 -05:00
parent 3b1d6aaa79
commit 4fa599e97a
4 changed files with 25 additions and 30 deletions

View file

@ -17,7 +17,7 @@ const customClient = async ({ text, progressCallback, convo, promptPrefix, chatG
clientOptions.chatGptLabel = chatGptLabel;
if (promptPrefix.length > 0) {
if (promptPrefix?.length > 0) {
clientOptions.promptPrefix = promptPrefix;
}