diff options
| author | Olcan <[email protected]> | 2025-04-21 23:25:10 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 23:25:10 -0700 |
| commit | a7fba66832e607255dbf35107d6aaa3a587507a3 (patch) | |
| tree | 0317cedd4cf3c39b8e0e49e697d6eec18494c24d /packages/cli/src/ui/App.tsx | |
| parent | 79710375e3477ec821aa889c02eb64f2529440af (diff) | |
env var to set default model, display model on lower right (#110)
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 3bfb73db..b99a57c3 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -145,6 +145,7 @@ export const App = ({ config, initialInput }: AppProps) => { )} <Footer + config={config} queryLength={query.length} debugMode={config.getDebugMode()} debugMessage={debugMessage} |
