Skip to content

Commit

Permalink
Remove some unneeded things for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbycroft committed Dec 2, 2023
1 parent d0588b4 commit 50092bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/llm/LayerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ export function LayerView() {
{/* <MovementControls /> */}
</CanvasEventSurface>
{/* <WelcomePopup /> */}
<div className="absolute bottom-0 right-0 m-5 bg-white rounded border">
{/* <div className="absolute bottom-0 right-0 m-5 bg-white rounded border">
<button className='hover:bg-blue-400' onClick={handleCopyCamera}>
Copy Camera
</button>
</div>
</div> */}
<ModelSelectorToolbar />
</ProgramStateContext.Provider>}
</div>;
Expand Down
2 changes: 1 addition & 1 deletion src/llm/walkthrough/Walkthrough00_Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ and sort them in alphabetical order, i.e. to "ABBBCC".`;
}
}

state.display.lines.push(arr.map(a => a.toFixed(2).padStart(4)).join(', '));
// state.display.lines.push(arr.map(a => a.toFixed(2).padStart(4)).join(', '));
state.display.tokenOutputColors = { color1: new Vec4(0,0,0,0), color2: Vec4.fromHexColor('#000', 1), mixes: arr };
}
}
Expand Down

0 comments on commit 50092bc

Please sign in to comment.