MCPcopy Create free account

hub / github.com/Nanjiren01/AIChatWeb / functions

Functions347 in github.com/Nanjiren01/AIChatWeb

↓ 1 callersFunctionrandomMask
()
app/components/new-chat.tsx:53
↓ 1 callersFunctionreadFromFile
()
app/utils.ts:50
↓ 1 callersFunctionregister
()
app/components/register.tsx:93
↓ 1 callersFunctionremoveContextPrompt
(i: number)
app/components/mask.tsx:231
↓ 1 callersFunctionrequestLogin
( username: string, password: string, options?: { onError: (error: Error, statusCode?: number) => vo
app/requests.ts:100
↓ 1 callersFunctionrequestOpenai
(req: NextRequest)
app/api/common.ts:9
↓ 1 callersFunctionrequestRegister
( name: string, username: string, password: string, captchaId: string, captchaInput: string, email
app/requests.ts:110
↓ 1 callersFunctionrequestResetPassword
( password: string, email: string, code: string, options?: { onError: (error: Error, statusCode?:
app/requests.ts:89
↓ 1 callersFunctionresetPassword
()
app/components/forget-password.tsx:93
↓ 1 callersFunctionselectAll
()
app/components/message-selector.tsx:103
↓ 1 callersFunctionselectOrCopy
(el: HTMLElement, content: string)
app/utils.ts:116
↓ 1 callersFunctionselectSession
(index: number)
app/store/chat.ts:168
↓ 1 callersFunctionsetItem
(key: string, value: string)
app/locales/index.ts:80
↓ 1 callersMethodshare
(messages: ChatMessage[], avatarUrl: string | null = null)
app/client/api.ts:93
↓ 1 callersFunctionshouldSubmit
(e: React.KeyboardEvent<HTMLTextAreaElement>)
app/components/chat.tsx:184
↓ 1 callersFunctiontrimTopic
(topic: string)
app/utils.ts:5
↓ 1 callersFunctionupdateContextPrompt
(i: number, prompt: ChatMessage)
app/components/mask.tsx:235
↓ 1 callersMethodusage
()
app/client/platforms/openai.ts:203
↓ 1 callersFunctionuseChatCommand
(commands: ChatCommands = {})
app/command.ts:42
↓ 1 callersFunctionuseDragSideBar
()
app/components/sidebar.tsx:62
↓ 1 callersFunctionuseHasHydrated
()
app/components/home.tsx:141
↓ 1 callersFunctionuseHotKey
()
app/components/sidebar.tsx:43
↓ 1 callersFunctionuseMaskGroup
(masks: Mask[])
app/components/new-chat.tsx:39
↓ 1 callersFunctionuseMessageSelector
()
app/components/message-selector.tsx:53
↓ 1 callersFunctionuseScrollToBottom
()
app/components/chat.tsx:398
↓ 1 callersFunctionuseShiftRange
()
app/components/message-selector.tsx:11
↓ 1 callersFunctionuseSteps
( steps: Array<{ name: string; value: string; }>, )
app/components/exporter.tsx:49
↓ 1 callersFunctionuseSubmitHandler
()
app/components/chat.tsx:180
↓ 1 callersFunctionuseSwitchTheme
()
app/components/home.tsx:105
↓ 1 callersFunctionuseWindowSize
()
app/utils.ts:75
↓ 1 callersFunctionviewSvgInNewWindow
()
app/components/markdown.tsx:35
FunctionApp
()
app/page.tsx:9
FunctionAuthPage
()
app/components/auth.tsx:11
FunctionAvatar
(props: { model?: ModelType; avatar?: string })
app/components/emoji.tsx:32
FunctionAvatarPicker
(props: { onEmojiClick: (emojiId: string) => void; })
app/components/emoji.tsx:17
FunctionBalance
()
app/components/balance.tsx:34
FunctionCard
(props: { children: JSX.Element[]; className?: string })
app/components/ui-lib.tsx:35
FunctionChat
()
app/components/chat.tsx:563
FunctionChatAction
(props: { text: string; icon: JSX.Element; onClick: () => void; })
app/components/chat.tsx:297
FunctionChatActions
(props: { showPromptModal: () => void; scrollToBottom: () => void; showPromptHints: () => void; hitBot
app/components/chat.tsx:422
FunctionChatItem
(props: { onClick?: () => void; onDelete?: () => void; title: string; count: number; time: string;
app/components/chat-list.tsx:22
FunctionChatList
(props: { narrow?: boolean })
app/components/chat-list.tsx:93
FunctionClearContextDivider
()
app/components/chat.tsx:277
FunctionContextPromptItem
(props: { prompt: ChatMessage; update: (prompt: ChatMessage) => void; remove: () => void; })
app/components/mask.tsx:163
FunctionContextPrompts
(props: { context: ChatMessage[]; updateContext: (updater: (context: ChatMessage[]) => void) => void; })
app/components/mask.tsx:221
FunctionDangerItems
()
app/components/settings.tsx:203
FunctionDangerousListItem
(props: { title?: string; subTitle?: string; children?: JSX.Element | JSX.Element[]; icon?: JSX.Elemen
app/components/ui-lib.tsx:66
FunctionEditPromptModal
(props: { id: number; onClose: () => void })
app/components/settings.tsx:52
FunctionEmojiAvatar
(props: { avatar: string; size?: number })
app/components/emoji.tsx:64
FunctionExportAvatar
(props: { avatar: string })
app/components/exporter.tsx:350
FunctionExportMessageModal
(props: { onClose: () => void })
app/components/exporter.tsx:37
FunctionForgetPassword
()
app/components/forget-password.tsx:18
FunctionHome
()
app/components/home.tsx:267
FunctionIconButton
(props: { onClick?: () => void; icon?: JSX.Element; type?: ButtonType; style?: object; text?: string
app/components/button.tsx:7
FunctionImagePreviewer
(props: { messages: ChatMessage[]; topic: string; })
app/components/exporter.tsx:366
FunctionInput
(props: InputProps)
app/components/ui-lib.tsx:257
FunctionInputRange
({ onChange, title, value, className, min, max, step, }: InputRangeProps)
app/components/input-range.tsx:14
FunctionList
(props: { children: | Array<JSX.Element | null | undefined> | JSX.Element | null | undefined
app/components/ui-lib.tsx:92
FunctionListItem
(props: { title?: string; subTitle?: string; children?: JSX.Element | JSX.Element[]; icon?: JSX.Elemen
app/components/ui-lib.tsx:41
FunctionLoading
()
app/components/ui-lib.tsx:102
FunctionLoading
(props: { noLogo?: boolean })
app/components/home.tsx:33
FunctionLogin
()
app/components/login.tsx:17
FunctionMarkdown
( props: { content: string; loading?: boolean; fontSize?: number; parentRef?: RefObject<HTML
app/components/markdown.tsx:136
FunctionMarkdownPreviewer
(props: { messages: ChatMessage[]; topic: string; })
app/components/exporter.tsx:507
FunctionMaskAvatar
(props: { mask: Mask })
app/components/mask.tsx:39
FunctionMaskConfig
(props: { mask: Mask; updateMask: Updater<Mask>; extraListItems?: JSX.Element; readonly?: boolean; s
app/components/mask.tsx:47
FunctionMaskItem
(props: { mask: Mask; onClick?: () => void })
app/components/new-chat.tsx:30
FunctionMaskPage
()
app/components/mask.tsx:271
FunctionMermaid
(props: { code: string })
app/components/markdown.tsx:16
FunctionMessageExporter
()
app/components/exporter.tsx:113
FunctionMessageSelector
(props: { selection: Set<number>; updateSelection: Updater<Set<number>>; defaultSelectAll?: boolean; o
app/components/message-selector.tsx:67
FunctionModal
(props: ModalProps)
app/components/ui-lib.tsx:124
FunctionModelConfigList
(props: { modelConfig: ModelConfig; updateConfig: (updater: (config: ModelConfig) => void) => void; })
app/components/model-config.tsx:11
FunctionNewChat
()
app/components/new-chat.tsx:81
FunctionNoticeModel
(props: { title: string; content: string; onClose: () => void; })
app/components/sidebar.tsx:110
FunctionPasswordInput
(props: HTMLProps<HTMLInputElement>)
app/components/ui-lib.tsx:266
FunctionPopover
(props: { children: JSX.Element; content: JSX.Element; open?: boolean; onClose?: () => void; })
app/components/ui-lib.tsx:16
FunctionPreCode
(props: { children: any })
app/components/markdown.tsx:66
FunctionPreviewActions
(props: { download: () => void; copy: () => void; showCopy?: boolean; messages?: ChatMessage[]; })
app/components/exporter.tsx:270
FunctionPricing
()
app/components/pricing.tsx:39
FunctionProfile
()
app/components/profile.tsx:27
FunctionPromptHints
(props: { prompts: Prompt[]; onPromptSelect: (prompt: Prompt) => void; })
app/components/chat.tsx:206
FunctionPromptInput
(props: { value: string; onChange: (value: string) => void; })
app/components/ui-lib.tsx:357
FunctionPromptToast
(props: { showToast?: boolean; showModal?: boolean; setShowModal: (_: boolean) => void; })
app/components/chat.tsx:150
FunctionRegister
()
app/components/register.tsx:18
FunctionRenderExport
(props: { messages: ChatMessage[]; onRender: (messages: ChatMessage[]) => void; })
app/components/exporter.tsx:226
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:25
FunctionScreen
()
app/components/home.tsx:164
FunctionSelect
( props: React.DetailedHTMLProps< React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement
app/components/ui-lib.tsx:289
FunctionSessionConfigModel
(props: { onClose: () => void })
app/components/chat.tsx:87
FunctionSettings
()
app/components/settings.tsx:313
FunctionSideBar
(props: { className?: string; noticeShow: boolean; noticeTitle: string; noticeContent: string; setNo
app/components/sidebar.tsx:154
FunctionSingleInput
(props: React.HTMLProps<HTMLInputElement>)
app/components/ui-lib.tsx:242
FunctionSteps
(props: { steps: T; onStepChange?: (index: number) => void; index: number })
app/components/exporter.tsx:71
FunctionSubTitle
(used: any, total: any)
app/locales/ar.ts:169
FunctionSubTitle
(used: any, total: any)
app/locales/ko.ts:131
FunctionSubTitle
(used: any, total: any)
app/locales/fr.ts:134
FunctionSubTitle
(used: any, total: any)
app/locales/es.ts:274
FunctionSubTitle
(used: any, total: any)
app/locales/cs.ts:132
FunctionSubTitle
(used: any, total: any)
app/locales/cn.ts:417
← previousnext →101–200 of 347, ranked by callers