Pro mode selector: saver mode (#153)
This commit is contained in:
11
src/components/ChatInputControls.tsx
Normal file
11
src/components/ChatInputControls.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ModelPicker } from "./ModelPicker";
|
||||
import { ProModeSelector } from "./ProModeSelector";
|
||||
|
||||
export function ChatInputControls() {
|
||||
return (
|
||||
<div className="pb-2 flex gap-2">
|
||||
<ModelPicker />
|
||||
<ProModeSelector />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user