mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-27 17:58:07 +00:00
fmt(js): npm run fix on merge (#71706)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
46cae787ab
commit
6c9718151c
1 changed files with 1 additions and 5 deletions
|
|
@ -942,11 +942,7 @@ export function ContribWiring({ children }: { children: ReactNode }) {
|
|||
requestGateway={requestGateway}
|
||||
/>
|
||||
)}
|
||||
<ModelPickerOverlay
|
||||
gateway={gateway || undefined}
|
||||
onSelect={selectModel}
|
||||
profile={activeGatewayProfile}
|
||||
/>
|
||||
<ModelPickerOverlay gateway={gateway || undefined} onSelect={selectModel} profile={activeGatewayProfile} />
|
||||
<SessionPickerOverlay onResume={resumeSession} />
|
||||
<ModelVisibilityOverlay
|
||||
gateway={gateway || undefined}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue