diff --git a/src/app.scss b/src/app.scss index b69f35d..02c14a9 100644 --- a/src/app.scss +++ b/src/app.scss @@ -402,11 +402,15 @@ aside.menu.main-menu .menu-expanse { var(--chatInputPaddingLeft); } -.running-total-container { - min-height:2em; +.content.running-total-container { + min-height:1em; // padding-bottom:.6em; // /* padding-left: 1.9em; */ - // margin-bottom:- 1em + margin-bottom: .5em; +} + +.content.credit-footer { + margin-bottom: 1em; } .side-actions { diff --git a/src/lib/Chat.svelte b/src/lib/Chat.svelte index eadb10d..da7c744 100644 --- a/src/lib/Chat.svelte +++ b/src/lib/Chat.svelte @@ -34,6 +34,9 @@ faMicrophone, faLightbulb } from '@fortawesome/free-solid-svg-icons/index' + import { + faGithub + } from '@fortawesome/free-brands-svg-icons/index' // import { encode } from 'gpt-tokenizer' import { v4 as uuidv4 } from 'uuid' import { countPromptTokens, getMaxModelPrompt, getPrice } from './Stats.svelte' @@ -520,49 +523,60 @@
- {model} total {usage.total_tokens} - tokens ~= ${getPrice(usage, model).toFixed(6)} -
- {/each} -+ {model} total {usage.total_tokens} + tokens ~= ${getPrice(usage, model).toFixed(6)} +
+ {/each} +