Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvihv committed Dec 1, 2024
1 parent 72df6fa commit 96391a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ While there are many excellent Ollama UIs available, most of them come with abun
- Model switching
- Chat history
- Markdown support (including code blocks)
- Code syntax highlighting with highlight.js
- One-click code copying
- Export chat history as JSON
- Dark/Light theme
- Server URL configuration
- That's it!
Expand Down Expand Up @@ -89,6 +92,12 @@ When accessing through GitHub Pages, you'll need to handle CORS. Here are severa
3. Select a model
4. Start chatting!

### Code Features

- Syntax highlighting automatically applies to code blocks using highlight.js
- Click the copy button in the top-right corner of any code block to copy the code
- Supports all major programming languages

## Development

```bash
Expand Down Expand Up @@ -120,8 +129,10 @@ Built with:
- Svelte
- Tailwind CSS
- DaisyUI
- Dexie
- Marked
- DOMPurify
- highlight.js (syntax highlighting)

## Contributing

Expand Down

0 comments on commit 96391a3

Please sign in to comment.