Skip to content

Commit

Permalink
remove unused + trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
beasteers authored Oct 9, 2024
1 parent f270466 commit 5920dbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/tabs/DebuggingDataView/DebuggingDataView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ function DebuggingDataView() {
<StreamView utf streamId={"model2omnimix:step"}>
{data => (<Box pt={4}><ClipOutputsView data={JSON.parse(data)} /></Box>)}
</StreamView>
<StreamView utf streamId={"omnimix:verb:rgb"}>
{/* <StreamView utf streamId={"omnimix:verb:rgb"}>
{data => (<Box pt={4}><ClipOutputsView data={JSON.parse(data)} /></Box>)}
</StreamView>
<StreamView utf streamId={"omnimix:verb:audio"}>
{data => (<Box pt={4}><ClipOutputsView data={JSON.parse(data)} /></Box>)}
</StreamView>
<StreamView utf streamId={EGOVLP_ACTION_STEPS_STREAM} showTime={false}>
</StreamView> */}
{/* <StreamView utf streamId={EGOVLP_ACTION_STEPS_STREAM} showTime={false}>
{data => (<Box pt={4}><ClipOutputsView data={JSON.parse(data)} /></Box>)}
</StreamView>
</StreamView> */}
</Box>
{/* <Box sx={{ gridArea: 'e' }}><StreamView utf parse='prettyJSON' streamId={'reasoning'} /></Box> */}
</>
Expand Down

0 comments on commit 5920dbe

Please sign in to comment.