MCPcopy Create free account

hub / github.com/abi/secret-llama / functions

Functions20 in github.com/abi/secret-llama

↓ 10 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 1 callersFunctioncopyTextToClipboard
(text: string)
src/lib/utils.ts:8
↓ 1 callersFunctionloadEngine
()
src/App.tsx:43
↓ 1 callersFunctiononSend
()
src/App.tsx:65
↓ 1 callersFunctionresetEngineAndChatHistory
()
src/App.tsx:160
↓ 1 callersFunctionupdateModelStatus
()
src/components/ModelsDropdown.tsx:39
↓ 1 callersFunctionuseTimedToggle
( duration: number )
src/hooks/useTimedToggle.ts:3
FunctionApp
()
src/App.tsx:19
FunctionCodeMessage
({ children, className, ...rest }: { children: ReactNode; className?: string; } & Partial<Omit<Synta
src/components/CodeMessage.tsx:11
FunctionDebugUI
({ loadEngine, progress, }: { loadEngine: () => void; progress: string; })
src/components/DebugUI.tsx:3
FunctionMessage
({ message }: { message: webllm.ChatCompletionMessageParam })
src/components/Message.tsx:8
FunctionMessageList
()
src/components/MessageList.tsx:5
FunctionModelsDropdown
({ resetEngineAndChatHistory, }: { resetEngineAndChatHistory: () => void; })
src/components/ModelsDropdown.tsx:25
FunctionResetChatButton
({ resetChat }: { resetChat: () => void })
src/components/ResetChatButton.tsx:4
FunctionUserInput
({ onSend, onStop, }: { onSend: () => Promise<void>; onStop: () => void; })
src/components/UserInput.tsx:7
Functioncode
({ children, className, ...rest })
src/components/Message.tsx:25
FunctioninitProgressCallback
(report: webllm.InitProgressReport)
src/App.tsx:34
FunctiononScroll
(event: React.UIEvent<HTMLDivElement>)
src/components/MessageList.tsx:18
FunctiononStop
()
src/App.tsx:169
FunctionresetChat
()
src/App.tsx:150