mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 14:10:43 +00:00
env var to set default model, display model on lower right (#110)
This commit is contained in:
parent
79710375e3
commit
a7fba66832
3 changed files with 6 additions and 2 deletions
|
|
@ -145,6 +145,7 @@ export const App = ({ config, initialInput }: AppProps) => {
|
|||
)}
|
||||
|
||||
<Footer
|
||||
config={config}
|
||||
queryLength={query.length}
|
||||
debugMode={config.getDebugMode()}
|
||||
debugMessage={debugMessage}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue