env var to set default model, display model on lower right (#110)

This commit is contained in:
Olcan
2025-04-21 23:25:10 -07:00
committed by GitHub
parent 79710375e3
commit a7fba66832
3 changed files with 6 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ export const App = ({ config, initialInput }: AppProps) => {
)}
<Footer
config={config}
queryLength={query.length}
debugMode={config.getDebugMode()}
debugMessage={debugMessage}