props.setShow(false)}
+ className="left-0 top-0 overflow-scroll flex justify-center absolute w-screen h-full bg-black bg-opacity-50 z-10"
+ >
+
{
+ event.stopPropagation();
+ }}
+ className="m-2 p-2 bg-white rounded-lg h-fit lg:w-2/3 z-20"
+ >
+
Settings
+
+
+
+
+
Accumulated cost in all sessions ${totalCost.toFixed(4)}
@@ -196,6 +240,7 @@ export default (props: {
Total cost in this session ${props.chatStore.cost.toFixed(4)}
+
-
-
-
-
-