Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abi/secret-llama
/ functions
Functions
20 in github.com/abi/secret-llama
⨍
Functions
20
◇
Types & classes
4
↓ 10 callers
Function
cn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 1 callers
Function
copyTextToClipboard
(text: string)
src/lib/utils.ts:8
↓ 1 callers
Function
loadEngine
()
src/App.tsx:43
↓ 1 callers
Function
onSend
()
src/App.tsx:65
↓ 1 callers
Function
resetEngineAndChatHistory
()
src/App.tsx:160
↓ 1 callers
Function
updateModelStatus
()
src/components/ModelsDropdown.tsx:39
↓ 1 callers
Function
useTimedToggle
( duration: number )
src/hooks/useTimedToggle.ts:3
Function
App
()
src/App.tsx:19
Function
CodeMessage
({ children, className, ...rest }: { children: ReactNode; className?: string; } & Partial<Omit<Synta
src/components/CodeMessage.tsx:11
Function
DebugUI
({ loadEngine, progress, }: { loadEngine: () => void; progress: string; })
src/components/DebugUI.tsx:3
Function
Message
({ message }: { message: webllm.ChatCompletionMessageParam })
src/components/Message.tsx:8
Function
MessageList
()
src/components/MessageList.tsx:5
Function
ModelsDropdown
({ resetEngineAndChatHistory, }: { resetEngineAndChatHistory: () => void; })
src/components/ModelsDropdown.tsx:25
Function
ResetChatButton
({ resetChat }: { resetChat: () => void })
src/components/ResetChatButton.tsx:4
Function
UserInput
({ onSend, onStop, }: { onSend: () => Promise<void>; onStop: () => void; })
src/components/UserInput.tsx:7
Function
code
({ children, className, ...rest })
src/components/Message.tsx:25
Function
initProgressCallback
(report: webllm.InitProgressReport)
src/App.tsx:34
Function
onScroll
(event: React.UIEvent<HTMLDivElement>)
src/components/MessageList.tsx:18
Function
onStop
()
src/App.tsx:169
Function
resetChat
()
src/App.tsx:150