nextjs-ollama-llm-ui
Fully-featured web interface for Ollama LLMs
Language: typescript
Author: Julio Gómez (@juliog)
311 stars · 1072 views
Files
- README.md (markdown)
- components.json (json)
- next.config.mjs (javascript)
- package.json (json)
- postcss.config.js (javascript)
- src ()
- app ()
- (chat) ()
- layout.tsx (typescript)
- page.tsx (typescript)
- globals.css (css)
- hooks ()
- useChatStore.ts (typescript)
- useSpeechRecognition.ts (typescript)
- components ()
- button-with-tooltip.tsx (typescript)
- chat ()
- chat-bottombar.tsx (typescript)
- chat-layout.tsx (typescript)
- chat-list.tsx (typescript)
- chat-message.tsx (typescript)
- chat-topbar.tsx (typescript)
- chat.tsx (typescript)
- code-display-block.tsx (typescript)
- edit-username-form.tsx (typescript)
- emoji-picker.tsx (typescript)
- image-embedder.tsx (typescript)
- mode-toggle.tsx (typescript)
- pull-model-form.tsx (typescript)
- pull-model.tsx (typescript)
- sidebar-skeleton.tsx (typescript)
- sidebar.tsx (typescript)
- ui ()
- avatar.tsx (typescript)
- button.tsx (typescript)
- card.tsx (typescript)
- dialog.tsx (typescript)
- dropdown-menu.tsx (typescript)
- form.tsx (typescript)
- input.tsx (typescript)
- label.tsx (typescript)
- popover.tsx (typescript)
- resizable.tsx (typescript)
- select.tsx (typescript)
- sheet.tsx (typescript)
- skeleton.tsx (typescript)
- sonner.tsx (typescript)
- textarea.tsx (typescript)
- tooltip.tsx (typescript)
- user-settings.tsx (typescript)
- username-form.tsx (typescript)
- lib ()
- model-helper.ts (typescript)
- utils.ts (typescript)
- providers ()
- theme-provider.tsx (typescript)
- utils ()
- initial-questions.ts (typescript)
- tailwind.config.ts (typescript)
- tsconfig.json (json)
- LICENSE (plaintext)
- ATTRIBUTION.md (markdown)