mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Add the current auth method and GCP Project config to the about message (#2112)
This commit is contained in:
parent
3ebf54f367
commit
3aabb940f5
6 changed files with 126 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ export const HistoryItemDisplay: React.FC<HistoryItemDisplayProps> = ({
|
|||
osVersion={item.osVersion}
|
||||
sandboxEnv={item.sandboxEnv}
|
||||
modelVersion={item.modelVersion}
|
||||
selectedAuthType={item.selectedAuthType}
|
||||
gcpProject={item.gcpProject}
|
||||
/>
|
||||
)}
|
||||
{item.type === 'stats' && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue