handles in-line code in model response text (not multi-line yet)

This commit is contained in:
Daniel Avila 2023-02-22 22:42:22 -05:00
parent 1a6cddb8bb
commit 187f7b5b03
7 changed files with 52 additions and 7 deletions

View file

@ -1,5 +1,5 @@
import React from 'react';
import Messages from './components/Main/Messages';
import Messages from './components/Messages';
import Landing from './components/Main/Landing';
import TextChat from './components/Main/TextChat';
import Nav from './components/Nav';