MCPcopy
hub / github.com/mudler/LocalAI / getCurrentModel

Function getCurrentModel

core/http/static/chat.js:2298–2301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2296 }
2297
2298 function getCurrentModel() {
2299 const modelInput = document.getElementById("chat-model");
2300 return modelInput ? modelInput.value : "";
2301 }
2302
2303 Alpine.store("chat", {
2304 chats: [],

Callers 1

createChatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected