generate runningSummary on each turn, and include it with the main completion
This commit is contained in:
@@ -103,7 +103,9 @@ export default function LayoutDefault({
|
||||
size={16}
|
||||
stroke={1.5}
|
||||
className="border-on-hover"
|
||||
onClick={() => {
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
trpc.chat.createConversation.mutate().then((res) => {
|
||||
if (!res?.id) return;
|
||||
addConversation(res);
|
||||
|
||||
Reference in New Issue
Block a user