MCPcopy Create free account
hub / github.com/Icecubesaad/OpenLLM-Studio / handleModelChange

Function handleModelChange

src/components/ChatInterface.tsx:166–168  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

164 };
165
166 const handleModelChange = (model: string) => {
167 onConversationPatched({ model_name: model });
168 };
169
170 if (availableModels.length === 0) {
171 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected