diff --git a/src/settings.tsx b/src/settings.tsx index c4a4ba0..bf6badf 100644 --- a/src/settings.tsx +++ b/src/settings.tsx @@ -223,20 +223,6 @@ export default (props: { Close -
-

- Accumulated cost in all sessions ${totalCost.toFixed(4)} -

- -

Total cost in this session ${props.chatStore.cost.toFixed(4)}

@@ -309,6 +295,20 @@ export default (props: { readOnly={false} {...props} /> +
+

+ Accumulated cost in all sessions ${totalCost.toFixed(4)} +

+ +