MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / handleModelChange

Function handleModelChange

apps/webuiapps/src/components/ChatPanel/index.tsx:1267–1270  ·  view source on GitHub ↗
(newModel: string)

Source from the content-addressed store, hash-verified

1265 };
1266
1267 const handleModelChange = (newModel: string) => {
1268 setModel(newModel);
1269 setManualModelMode(false);
1270 };
1271
1272 const handleIgProviderChange = (p: ImageGenProvider) => {
1273 setIgProvider(p);

Callers 1

SettingsModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected